Html Css Color HEX #C40A48 Cardinal

📋 copy color: '#C40A48'

red 196 ◦ green 10 ◦ blue 72

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

Shades of Cardinal #C40A48

Tints of Cardinal #C40A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

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

R = 70.5%
G = 3.6%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40A48 (or 0xC40A48) is known color: Cardinal. HEX triplet: C4, 0A and 48. RGB value is (196,10,72). Sum of RGB (Red+Green+Blue) = 196+10+72=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A48 is #3BF5B7. Grayscale: #484848. Windows color (decimal): -3929528 or 4721348. OLE color: 4721348.

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

Color convert

RGB 196 10 72 -
CMYK 0 0.95 0.63 0.23
HSL 340º 0.9% 0.4% -
HSV(B) 340º 0.95% 0.77% -
XYZ 24.04 12.42 7.26 -
YUV 72.68 127.62 215.96 -
System Red Green Blue C M Y K H S L
Decimal 196 10 72 0 0.95 0.63 0.23 340 0.9 0.4
Hex C4 A 48 0 5F 3F 17 154 5A 28
Octal 304 12 110 0 137 77 27 524 132 50
Binary 11000100 1010 1001000 0 1011111 111111 10111 101010100 1011010 101000

Color Harmonies of #C40A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A48

Black with #C40A48

Text Example


Text Example

White with #C40A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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