Html Css Color HEX #C40B3C Cardinal

📋 copy color: '#C40B3C'

red 196 ◦ green 11 ◦ blue 60

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

Shades of Cardinal #C40B3C

Tints of Cardinal #C40B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 73.41%
G = 4.12%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C40B3C (or 0xC40B3C) is known color: Cardinal. HEX triplet: C4, 0B and 3C. RGB value is (196,11,60). Sum of RGB (Red+Green+Blue) = 196+11+60=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B3C is #3BF4C3. Grayscale: #474747. Windows color (decimal): -3929284 or 3935172. OLE color: 3935172.

HSL color Cylindrical-coordinate representation of color #C40B3C: hue angle of 344.11º degrees, saturation: 0.89, 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 #C40B3C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 11 60 -
CMYK 0 0.94 0.69 0.23
HSL 344.11º 0.89% 0.41% -
HSV(B) 344.11º 0.94% 0.77% -
XYZ 23.7 12.3 5.4 -
YUV 71.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 196 11 60 0 0.94 0.69 0.23 344.11 0.89 0.41
Hex C4 B 3C 0 5E 45 17 158 59 29
Octal 304 13 74 0 136 105 27 530 131 51
Binary 11000100 1011 111100 0 1011110 1000101 10111 101011000 1011001 101001

Color Harmonies of #C40B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B3C

Black with #C40B3C

Text Example


Text Example

White with #C40B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B3C; }

 p { color: rgb(196,11,60); }

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

background-color css

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

 a { background-color: rgb(196,11,60); }

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

border-color css

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

 span { border-color: rgb(196,11,60); }

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