Html Css Color HEX #C40830 Cardinal

📋 copy color: '#C40830'

red 196 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #C40830

Tints of Cardinal #C40830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 77.78%
G = 3.17%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C40830 (or 0xC40830) is known color: Cardinal. HEX triplet: C4, 08 and 30. RGB value is (196,8,48). Sum of RGB (Red+Green+Blue) = 196+8+48=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40830 is #3BF7CF. Grayscale: #444444. Windows color (decimal): -3930064 or 3147972. OLE color: 3147972.

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

Color convert

RGB 196 8 48 -
CMYK 0 0.96 0.76 0.23
HSL 347.23º 0.92% 0.4% -
HSV(B) 347.23º 0.96% 0.77% -
XYZ 23.39 12.12 3.9 -
YUV 68.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 196 8 48 0 0.96 0.76 0.23 347.23 0.92 0.4
Hex C4 8 30 0 60 4C 17 15B 5C 28
Octal 304 10 60 0 140 114 27 533 134 50
Binary 11000100 1000 110000 0 1100000 1001100 10111 101011011 1011100 101000

Color Harmonies of #C40830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40830

Black with #C40830

Text Example


Text Example

White with #C40830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40830; }

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

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

background-color css

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

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

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

border-color css

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

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

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