Html Css Color HEX #C42942 Brick Red

📋 copy color: '#C42942'

red 196 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #C42942

Tints of Brick Red #C42942

RGB

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

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

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

R = 64.69%
G = 13.53%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42942 (or 0xC42942) is known color: Brick Red. HEX triplet: C4, 29 and 42. RGB value is (196,41,66). Sum of RGB (Red+Green+Blue) = 196+41+66=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C42942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42942 is #3BD6BD. Grayscale: #5A5A5A. Windows color (decimal): -3921598 or 4336068. OLE color: 4336068.

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

Color convert

RGB 196 41 66 -
CMYK 0 0.79 0.66 0.23
HSL 350.32º 0.65% 0.46% -
HSV(B) 350.32º 0.79% 0.77% -
XYZ 24.54 13.71 6.51 -
YUV 90.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 196 41 66 0 0.79 0.66 0.23 350.32 0.65 0.46
Hex C4 29 42 0 4F 42 17 15E 41 2E
Octal 304 51 102 0 117 102 27 536 101 56
Binary 11000100 101001 1000010 0 1001111 1000010 10111 101011110 1000001 101110

Color Harmonies of #C42942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42942

Black with #C42942

Text Example


Text Example

White with #C42942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42942; }

 p { color: rgb(196,41,66); }

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

background-color css

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

 a { background-color: rgb(196,41,66); }

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

border-color css

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

 span { border-color: rgb(196,41,66); }

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