Html Css Color HEX #C4404A Brick Red

📋 copy color: '#C4404A'

red 196 ◦ green 64 ◦ blue 74

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

Shades of Brick Red #C4404A

Tints of Brick Red #C4404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 58.68%
G = 19.16%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4404A (or 0xC4404A) is known color: Brick Red. HEX triplet: C4, 40 and 4A. RGB value is (196,64,74). Sum of RGB (Red+Green+Blue) = 196+64+74=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C4404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4404A is #3BBFB5. Grayscale: #686868. Windows color (decimal): -3915702 or 4866244. OLE color: 4866244.

HSL color Cylindrical-coordinate representation of color #C4404A: hue angle of 355.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4404A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 74 -
CMYK 0 0.67 0.62 0.23
HSL 355.45º 0.53% 0.51% -
HSV(B) 355.45º 0.67% 0.77% -
XYZ 25.83 15.9 8.19 -
YUV 104.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 196 64 74 0 0.67 0.62 0.23 355.45 0.53 0.51
Hex C4 40 4A 0 43 3E 17 163 35 33
Octal 304 100 112 0 103 76 27 543 65 63
Binary 11000100 1000000 1001010 0 1000011 111110 10111 101100011 110101 110011

Color Harmonies of #C4404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4404A

Black with #C4404A

Text Example


Text Example

White with #C4404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4404A; }

 p { color: rgb(196,64,74); }

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

background-color css

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

 a { background-color: rgb(196,64,74); }

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

border-color css

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

 span { border-color: rgb(196,64,74); }

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