Html Css Color HEX #C82845 Brick Red

📋 copy color: '#C82845'

red 200 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #C82845

Tints of Brick Red #C82845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 64.72%
G = 12.94%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82845 (or 0xC82845) is known color: Brick Red. HEX triplet: C8, 28 and 45. RGB value is (200,40,69). Sum of RGB (Red+Green+Blue) = 200+40+69=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82845 is #37D7BA. Grayscale: #5B5B5B. Windows color (decimal): -3659707 or 4532424. OLE color: 4532424.

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

Color convert

RGB 200 40 69 -
CMYK 0 0.8 0.66 0.22
HSL 349.13º 0.67% 0.47% -
HSV(B) 349.13º 0.8% 0.78% -
XYZ 25.65 14.23 7.02 -
YUV 91.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 200 40 69 0 0.8 0.66 0.22 349.13 0.67 0.47
Hex C8 28 45 0 50 42 16 15D 43 2F
Octal 310 50 105 0 120 102 26 535 103 57
Binary 11001000 101000 1000101 0 1010000 1000010 10110 101011101 1000011 101111

Color Harmonies of #C82845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82845

Black with #C82845

Text Example


Text Example

White with #C82845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82845; }

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

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

background-color css

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

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

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

border-color css

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

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

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