Html Css Color HEX #C42C45 Brick Red

📋 copy color: '#C42C45'

red 196 ◦ green 44 ◦ blue 69

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

Shades of Brick Red #C42C45

Tints of Brick Red #C42C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 63.43%
G = 14.24%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42C45 (or 0xC42C45) is known color: Brick Red. HEX triplet: C4, 2C and 45. RGB value is (196,44,69). Sum of RGB (Red+Green+Blue) = 196+44+69=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C45 is #3BD3BA. Grayscale: #5C5C5C. Windows color (decimal): -3920827 or 4533444. OLE color: 4533444.

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

Color convert

RGB 196 44 69 -
CMYK 0 0.78 0.65 0.23
HSL 350.13º 0.63% 0.47% -
HSV(B) 350.13º 0.78% 0.77% -
XYZ 24.74 13.97 7.02 -
YUV 92.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 196 44 69 0 0.78 0.65 0.23 350.13 0.63 0.47
Hex C4 2C 45 0 4E 41 17 15E 3F 2F
Octal 304 54 105 0 116 101 27 536 77 57
Binary 11000100 101100 1000101 0 1001110 1000001 10111 101011110 111111 101111

Color Harmonies of #C42C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C45

Black with #C42C45

Text Example


Text Example

White with #C42C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C45; }

 p { color: rgb(196,44,69); }

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

background-color css

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

 a { background-color: rgb(196,44,69); }

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

border-color css

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

 span { border-color: rgb(196,44,69); }

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