Html Css Color HEX #C82A3C Brick Red

📋 copy color: '#C82A3C'

red 200 ◦ green 42 ◦ blue 60

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

Shades of Brick Red #C82A3C

Tints of Brick Red #C82A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 66.23%
G = 13.91%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C82A3C (or 0xC82A3C) is known color: Brick Red. HEX triplet: C8, 2A and 3C. RGB value is (200,42,60). Sum of RGB (Red+Green+Blue) = 200+42+60=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A3C is #37D5C3. Grayscale: #5B5B5B. Windows color (decimal): -3659204 or 3943112. OLE color: 3943112.

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

Color convert

RGB 200 42 60 -
CMYK 0 0.79 0.7 0.22
HSL 353.16º 0.65% 0.47% -
HSV(B) 353.16º 0.79% 0.78% -
XYZ 25.46 14.26 5.69 -
YUV 91.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 200 42 60 0 0.79 0.7 0.22 353.16 0.65 0.47
Hex C8 2A 3C 0 4F 46 16 161 41 2F
Octal 310 52 74 0 117 106 26 541 101 57
Binary 11001000 101010 111100 0 1001111 1000110 10110 101100001 1000001 101111

Color Harmonies of #C82A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A3C

Black with #C82A3C

Text Example


Text Example

White with #C82A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A3C; }

 p { color: rgb(200,42,60); }

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

background-color css

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

 a { background-color: rgb(200,42,60); }

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

border-color css

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

 span { border-color: rgb(200,42,60); }

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