#C82540

Color #C82540 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C82540

Tints of Brick Red #C82540

Color information

#C82540 (or 0xC82540) is unknown color: approx Brick Red. HEX triplet: C8, 25 and 40. RGB value is (200,37,64). Sum of RGB (Red+Green+Blue) = 200+37+64=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C82540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82540 is #37DABF. Grayscale: #585858. Windows color (decimal): -3660480 or 4203976. OLE color: 4203976.

HSL color Cylindrical-coordinate representation of color #C82540: hue angle of 350.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82540 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2003764-
CMYK00.820.680.22
HSL350.06º68.78%46.47%-
HSV(B)350.06º81.5%78.43%-
XYZ25.4113.976.21-
YUV88.82114207.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=66.45%
G=12.29%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200376400.820.680.22350.0668.7846.47
HexC82540052441615e452e
Octal3104510001221042653610556
Binary110010001001011000000010100101000100101101010111101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82540; }

 p { color: rgb(200,37,64); }

 H1.HeaderClassName
 {
   color: #C82540;
 }
 .AnyTagClassName
 {
   color: #C82540;
 }
</style>
background-color css

<style>
 a { background-color: #C82540; }

 a { background-color: rgb(200,37,64); }

 div.DivClassName
 {
   background-color: #C82540;
 }
 .BgClassName
 {
   background-color: #C82540;
 }
</style>
border-color css

<style>
 span { border-color: #C82540; }

 span { border-color: rgb(200,37,64); }

 td.TdClassName
 {
   border-color: #C82540;
 }
 .TagClassName
 {
   border-color: #C82540;
 }
</style>