Html Css Color HEX #C43442 Brick Red

📋 copy color: '#C43442'

red 196 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C43442

Tints of Brick Red #C43442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 62.42%
G = 16.56%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43442 (or 0xC43442) is known color: Brick Red. HEX triplet: C4, 34 and 42. RGB value is (196,52,66). Sum of RGB (Red+Green+Blue) = 196+52+66=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43442 is #3BCBBD. Grayscale: #606060. Windows color (decimal): -3918782 or 4338884. OLE color: 4338884.

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

Color convert

RGB 196 52 66 -
CMYK 0 0.73 0.66 0.23
HSL 354.17º 0.58% 0.49% -
HSV(B) 354.17º 0.73% 0.77% -
XYZ 24.98 14.59 6.65 -
YUV 96.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 196 52 66 0 0.73 0.66 0.23 354.17 0.58 0.49
Hex C4 34 42 0 49 42 17 162 3A 31
Octal 304 64 102 0 111 102 27 542 72 61
Binary 11000100 110100 1000010 0 1001001 1000010 10111 101100010 111010 110001

Color Harmonies of #C43442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43442

Black with #C43442

Text Example


Text Example

White with #C43442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43442; }

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

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

background-color css

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

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

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

border-color css

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

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

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