Html Css Color HEX #C42839 Brick Red

📋 copy color: '#C42839'

red 196 ◦ green 40 ◦ blue 57

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

Shades of Brick Red #C42839

Tints of Brick Red #C42839

RGB

 RED value IS 196 (76.95% from 255) = 66.89%

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

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 66.89%
G = 13.65%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C42839 (or 0xC42839) is known color: Brick Red. HEX triplet: C4, 28 and 39. RGB value is (196,40,57). Sum of RGB (Red+Green+Blue) = 196+40+57=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C42839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42839 is #3BD7C6. Grayscale: #585858. Windows color (decimal): -3921863 or 3745988. OLE color: 3745988.

HSL color Cylindrical-coordinate representation of color #C42839: hue angle of 353.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42839 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 57 -
CMYK 0 0.80 0.71 0.23
HSL 353.46º 0.66% 0.46% -
HSV(B) 353.46º 0.8% 0.77% -
XYZ 24.26 13.55 5.21 -
YUV 88.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 196 40 57 0 0.80 0.71 0.23 353.46 0.66 0.46
Hex C4 28 39 0 50 47 17 161 42 2E
Octal 304 50 71 0 120 107 27 541 102 56
Binary 11000100 101000 111001 0 1010000 1000111 10111 101100001 1000010 101110

Color Harmonies of #C42839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42839

Black with #C42839

Text Example


Text Example

White with #C42839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42839; }

 p { color: rgb(196,40,57); }

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

background-color css

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

 a { background-color: rgb(196,40,57); }

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

border-color css

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

 span { border-color: rgb(196,40,57); }

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