Html Css Color HEX #C43642 Brick Red

📋 copy color: '#C43642'

red 196 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #C43642

Tints of Brick Red #C43642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 62.03%
G = 17.09%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43642 (or 0xC43642) is known color: Brick Red. HEX triplet: C4, 36 and 42. RGB value is (196,54,66). Sum of RGB (Red+Green+Blue) = 196+54+66=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C43642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43642 is #3BC9BD. Grayscale: #616161. Windows color (decimal): -3918270 or 4339396. OLE color: 4339396.

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

Color convert

RGB 196 54 66 -
CMYK 0 0.72 0.66 0.23
HSL 354.93º 0.57% 0.49% -
HSV(B) 354.93º 0.72% 0.77% -
XYZ 25.07 14.77 6.68 -
YUV 97.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 196 54 66 0 0.72 0.66 0.23 354.93 0.57 0.49
Hex C4 36 42 0 48 42 17 163 39 31
Octal 304 66 102 0 110 102 27 543 71 61
Binary 11000100 110110 1000010 0 1001000 1000010 10111 101100011 111001 110001

Color Harmonies of #C43642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43642

Black with #C43642

Text Example


Text Example

White with #C43642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43642; }

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

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

background-color css

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

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

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

border-color css

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

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

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