Html Css Color HEX #C43242 Brick Red

📋 copy color: '#C43242'

red 196 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #C43242

Tints of Brick Red #C43242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 62.82%
G = 16.03%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43242 (or 0xC43242) is known color: Brick Red. HEX triplet: C4, 32 and 42. RGB value is (196,50,66). Sum of RGB (Red+Green+Blue) = 196+50+66=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C43242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43242 is #3BCDBD. Grayscale: #5F5F5F. Windows color (decimal): -3919294 or 4338372. OLE color: 4338372.

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

Color convert

RGB 196 50 66 -
CMYK 0 0.74 0.66 0.23
HSL 353.42º 0.59% 0.48% -
HSV(B) 353.42º 0.74% 0.77% -
XYZ 24.89 14.41 6.62 -
YUV 95.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 196 50 66 0 0.74 0.66 0.23 353.42 0.59 0.48
Hex C4 32 42 0 4A 42 17 161 3B 30
Octal 304 62 102 0 112 102 27 541 73 60
Binary 11000100 110010 1000010 0 1001010 1000010 10111 101100001 111011 110000

Color Harmonies of #C43242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43242

Black with #C43242

Text Example


Text Example

White with #C43242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43242; }

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

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

background-color css

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

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

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

border-color css

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

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

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