Html Css Color HEX #C42D40 Brick Red

📋 copy color: '#C42D40'

red 196 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #C42D40

Tints of Brick Red #C42D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 64.26%
G = 14.75%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42D40 (or 0xC42D40) is known color: Brick Red. HEX triplet: C4, 2D and 40. RGB value is (196,45,64). Sum of RGB (Red+Green+Blue) = 196+45+64=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D40 is #3BD2BF. Grayscale: #5C5C5C. Windows color (decimal): -3920576 or 4206020. OLE color: 4206020.

HSL color Cylindrical-coordinate representation of color #C42D40: hue angle of 352.45º 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 #C42D40 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 64 -
CMYK 0 0.77 0.67 0.23
HSL 352.45º 0.63% 0.47% -
HSV(B) 352.45º 0.77% 0.77% -
XYZ 24.63 13.98 6.25 -
YUV 92.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 196 45 64 0 0.77 0.67 0.23 352.45 0.63 0.47
Hex C4 2D 40 0 4D 43 17 160 3F 2F
Octal 304 55 100 0 115 103 27 540 77 57
Binary 11000100 101101 1000000 0 1001101 1000011 10111 101100000 111111 101111

Color Harmonies of #C42D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D40

Black with #C42D40

Text Example


Text Example

White with #C42D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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