Html Css Color HEX #C40C48 Cardinal

📋 copy color: '#C40C48'

red 196 ◦ green 12 ◦ blue 72

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

Shades of Cardinal #C40C48

Tints of Cardinal #C40C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 70%
G = 4.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40C48 (or 0xC40C48) is known color: Cardinal. HEX triplet: C4, 0C and 48. RGB value is (196,12,72). Sum of RGB (Red+Green+Blue) = 196+12+72=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C48 is #3BF3B7. Grayscale: #494949. Windows color (decimal): -3929016 or 4721860. OLE color: 4721860.

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

Color convert

RGB 196 12 72 -
CMYK 0 0.94 0.63 0.23
HSL 340.43º 0.88% 0.41% -
HSV(B) 340.43º 0.94% 0.77% -
XYZ 24.07 12.47 7.27 -
YUV 73.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 196 12 72 0 0.94 0.63 0.23 340.43 0.88 0.41
Hex C4 C 48 0 5E 3F 17 154 58 29
Octal 304 14 110 0 136 77 27 524 130 51
Binary 11000100 1100 1001000 0 1011110 111111 10111 101010100 1011000 101001

Color Harmonies of #C40C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C48

Black with #C40C48

Text Example


Text Example

White with #C40C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C48; }

 p { color: rgb(196,12,72); }

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

background-color css

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

 a { background-color: rgb(196,12,72); }

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

border-color css

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

 span { border-color: rgb(196,12,72); }

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