Html Css Color HEX #C40630 Cardinal

📋 copy color: '#C40630'

red 196 ◦ green 6 ◦ blue 48

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

Shades of Cardinal #C40630

Tints of Cardinal #C40630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 78.4%
G = 2.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C40630 (or 0xC40630) is known color: Cardinal. HEX triplet: C4, 06 and 30. RGB value is (196,6,48). Sum of RGB (Red+Green+Blue) = 196+6+48=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40630 is #3BF9CF. Grayscale: #434343. Windows color (decimal): -3930576 or 3147460. OLE color: 3147460.

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

Color convert

RGB 196 6 48 -
CMYK 0 0.97 0.76 0.23
HSL 346.74º 0.94% 0.4% -
HSV(B) 346.74º 0.97% 0.77% -
XYZ 23.36 12.08 3.9 -
YUV 67.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 196 6 48 0 0.97 0.76 0.23 346.74 0.94 0.4
Hex C4 6 30 0 61 4C 17 15B 5E 28
Octal 304 6 60 0 141 114 27 533 136 50
Binary 11000100 110 110000 0 1100001 1001100 10111 101011011 1011110 101000

Color Harmonies of #C40630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40630

Black with #C40630

Text Example


Text Example

White with #C40630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40630; }

 p { color: rgb(196,6,48); }

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

background-color css

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

 a { background-color: rgb(196,6,48); }

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

border-color css

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

 span { border-color: rgb(196,6,48); }

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