Html Css Color HEX #C82940 Brick Red

📋 copy color: '#C82940'

red 200 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #C82940

Tints of Brick Red #C82940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 65.57%
G = 13.44%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C82940 (or 0xC82940) is known color: Brick Red. HEX triplet: C8, 29 and 40. RGB value is (200,41,64). Sum of RGB (Red+Green+Blue) = 200+41+64=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82940 is #37D6BF. Grayscale: #5B5B5B. Windows color (decimal): -3659456 or 4205000. OLE color: 4205000.

HSL color Cylindrical-coordinate representation of color #C82940: hue angle of 351.32º degrees, saturation: 0.66, 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 #C82940 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 64 -
CMYK 0 0.80 0.68 0.22
HSL 351.32º 0.66% 0.47% -
HSV(B) 351.32º 0.8% 0.78% -
XYZ 25.54 14.24 6.25 -
YUV 91.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 200 41 64 0 0.80 0.68 0.22 351.32 0.66 0.47
Hex C8 29 40 0 50 44 16 15F 42 2F
Octal 310 51 100 0 120 104 26 537 102 57
Binary 11001000 101001 1000000 0 1010000 1000100 10110 101011111 1000010 101111

Color Harmonies of #C82940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82940

Black with #C82940

Text Example


Text Example

White with #C82940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82940; }

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

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

background-color css

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

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

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

border-color css

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

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

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