Html Css Color HEX #C40530 Cardinal

📋 copy color: '#C40530'

red 196 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C40530

Tints of Cardinal #C40530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 78.71%
G = 2.01%
B = 19.28%

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

#C40530 (or 0xC40530) is known color: Cardinal. HEX triplet: C4, 05 and 30. RGB value is (196,5,48). Sum of RGB (Red+Green+Blue) = 196+5+48=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C40530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40530 is #3BFACF. Grayscale: #434343. Windows color (decimal): -3930832 or 3147204. OLE color: 3147204.

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

Color convert

RGB 196 5 48 -
CMYK 0 0.97 0.76 0.23
HSL 346.49º 0.95% 0.39% -
HSV(B) 346.49º 0.97% 0.77% -
XYZ 23.35 12.06 3.89 -
YUV 67.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 196 5 48 0 0.97 0.76 0.23 346.49 0.95 0.39
Hex C4 5 30 0 61 4C 17 15A 5F 27
Octal 304 5 60 0 141 114 27 532 137 47
Binary 11000100 101 110000 0 1100001 1001100 10111 101011010 1011111 100111

Color Harmonies of #C40530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40530

Black with #C40530

Text Example


Text Example

White with #C40530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40530; }

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

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

background-color css

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

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

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

border-color css

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

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

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