Html Css Color HEX #C82A42 Brick Red

📋 copy color: '#C82A42'

red 200 ◦ green 42 ◦ blue 66

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

Shades of Brick Red #C82A42

Tints of Brick Red #C82A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 64.94%
G = 13.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C82A42 (or 0xC82A42) is known color: Brick Red. HEX triplet: C8, 2A and 42. RGB value is (200,42,66). Sum of RGB (Red+Green+Blue) = 200+42+66=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A42 is #37D5BD. Grayscale: #5C5C5C. Windows color (decimal): -3659198 or 4336328. OLE color: 4336328.

HSL color Cylindrical-coordinate representation of color #C82A42: hue angle of 350.89º 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 #C82A42 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 42 66 -
CMYK 0 0.79 0.67 0.22
HSL 350.89º 0.65% 0.47% -
HSV(B) 350.89º 0.79% 0.78% -
XYZ 25.63 14.33 6.57 -
YUV 91.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 200 42 66 0 0.79 0.67 0.22 350.89 0.65 0.47
Hex C8 2A 42 0 4F 43 16 15F 41 2F
Octal 310 52 102 0 117 103 26 537 101 57
Binary 11001000 101010 1000010 0 1001111 1000011 10110 101011111 1000001 101111

Color Harmonies of #C82A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A42

Black with #C82A42

Text Example


Text Example

White with #C82A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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