Html Css Color HEX #C42C40 Brick Red

📋 copy color: '#C42C40'

red 196 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #C42C40

Tints of Brick Red #C42C40

RGB

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

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

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

R = 64.47%
G = 14.47%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42C40 (or 0xC42C40) is known color: Brick Red. HEX triplet: C4, 2C and 40. RGB value is (196,44,64). Sum of RGB (Red+Green+Blue) = 196+44+64=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C40 is #3BD3BF. Grayscale: #5B5B5B. Windows color (decimal): -3920832 or 4205764. OLE color: 4205764.

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

Color convert

RGB 196 44 64 -
CMYK 0 0.78 0.67 0.23
HSL 352.11º 0.63% 0.47% -
HSV(B) 352.11º 0.78% 0.77% -
XYZ 24.59 13.91 6.24 -
YUV 91.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 196 44 64 0 0.78 0.67 0.23 352.11 0.63 0.47
Hex C4 2C 40 0 4E 43 17 160 3F 2F
Octal 304 54 100 0 116 103 27 540 77 57
Binary 11000100 101100 1000000 0 1001110 1000011 10111 101100000 111111 101111

Color Harmonies of #C42C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C40

Black with #C42C40

Text Example


Text Example

White with #C42C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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