Html Css Color HEX #C42D45 Brick Red

📋 copy color: '#C42D45'

red 196 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #C42D45

Tints of Brick Red #C42D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

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

R = 63.23%
G = 14.52%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42D45 (or 0xC42D45) is known color: Brick Red. HEX triplet: C4, 2D and 45. RGB value is (196,45,69). Sum of RGB (Red+Green+Blue) = 196+45+69=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D45 is #3BD2BA. Grayscale: #5C5C5C. Windows color (decimal): -3920571 or 4533700. OLE color: 4533700.

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

Color convert

RGB 196 45 69 -
CMYK 0 0.77 0.65 0.23
HSL 350.46º 0.63% 0.47% -
HSV(B) 350.46º 0.77% 0.77% -
XYZ 24.78 14.04 7.03 -
YUV 92.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 196 45 69 0 0.77 0.65 0.23 350.46 0.63 0.47
Hex C4 2D 45 0 4D 41 17 15E 3F 2F
Octal 304 55 105 0 115 101 27 536 77 57
Binary 11000100 101101 1000101 0 1001101 1000001 10111 101011110 111111 101111

Color Harmonies of #C42D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D45

Black with #C42D45

Text Example


Text Example

White with #C42D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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