Html Css Color HEX #C82445 Brick Red

📋 copy color: '#C82445'

red 200 ◦ green 36 ◦ blue 69

#C82445
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C82445

Tints of Brick Red #C82445

RGB

 RED value IS 200 (78.52% from 255) = 65.57%

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 65.57%
G = 11.8%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82445 (or 0xC82445) is known color: Brick Red. HEX triplet: C8, 24 and 45. RGB value is (200,36,69). Sum of RGB (Red+Green+Blue) = 200+36+69=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82445 is #37DBBA. Grayscale: #585858. Windows color (decimal): -3660731 or 4531400. OLE color: 4531400.

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

Color convert

RGB 200 36 69 -
CMYK 0 0.82 0.66 0.22
HSL 347.93º 0.69% 0.46% -
HSV(B) 347.93º 0.82% 0.78% -
XYZ 25.52 13.97 6.98 -
YUV 88.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 200 36 69 0 0.82 0.66 0.22 347.93 0.69 0.46
Hex C8 24 45 0 52 42 16 15C 45 2E
Octal 310 44 105 0 122 102 26 534 105 56
Binary 11001000 100100 1000101 0 1010010 1000010 10110 101011100 1000101 101110

Color Harmonies of #C82445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82445

Black with #C82445

Text Example


Text Example

White with #C82445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82445; }

 p { color: rgb(200,36,69); }

 H1.HeaderClassName
 {
   color: #C82445;
 }
 .AnyTagClassName
 {
   color: #C82445;
 }
</style>

background-color css

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

 a { background-color: rgb(200,36,69); }

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

border-color css

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

 span { border-color: rgb(200,36,69); }

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