Html Css Color HEX #C40531 Cardinal

📋 copy color: '#C40531'

red 196 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #C40531

Tints of Cardinal #C40531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 78.4%
G = 2%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C40531 (or 0xC40531) is known color: Cardinal. HEX triplet: C4, 05 and 31. RGB value is (196,5,49). Sum of RGB (Red+Green+Blue) = 196+5+49=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40531 is #3BFACE. Grayscale: #434343. Windows color (decimal): -3930831 or 3212740. OLE color: 3212740.

HSL color Cylindrical-coordinate representation of color #C40531: hue angle of 346.18º 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 #C40531 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 49 -
CMYK 0 0.97 0.75 0.23
HSL 346.18º 0.95% 0.39% -
HSV(B) 346.18º 0.97% 0.77% -
XYZ 23.37 12.07 4 -
YUV 67.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 196 5 49 0 0.97 0.75 0.23 346.18 0.95 0.39
Hex C4 5 31 0 61 4B 17 15A 5F 27
Octal 304 5 61 0 141 113 27 532 137 47
Binary 11000100 101 110001 0 1100001 1001011 10111 101011010 1011111 100111

Color Harmonies of #C40531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40531

Black with #C40531

Text Example


Text Example

White with #C40531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40531; }

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

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

background-color css

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

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

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

border-color css

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

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

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