Html Css Color HEX #C40536 Cardinal

📋 copy color: '#C40536'

red 196 ◦ green 5 ◦ blue 54

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

Shades of Cardinal #C40536

Tints of Cardinal #C40536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 76.86%
G = 1.96%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C40536 (or 0xC40536) is known color: Cardinal. HEX triplet: C4, 05 and 36. RGB value is (196,5,54). Sum of RGB (Red+Green+Blue) = 196+5+54=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C40536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40536 is #3BFAC9. Grayscale: #434343. Windows color (decimal): -3930826 or 3540420. OLE color: 3540420.

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

Color convert

RGB 196 5 54 -
CMYK 0 0.97 0.72 0.23
HSL 344.61º 0.95% 0.39% -
HSV(B) 344.61º 0.97% 0.77% -
XYZ 23.49 12.11 4.59 -
YUV 67.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 196 5 54 0 0.97 0.72 0.23 344.61 0.95 0.39
Hex C4 5 36 0 61 48 17 159 5F 27
Octal 304 5 66 0 141 110 27 531 137 47
Binary 11000100 101 110110 0 1100001 1001000 10111 101011001 1011111 100111

Color Harmonies of #C40536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40536

Black with #C40536

Text Example


Text Example

White with #C40536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40536; }

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

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

background-color css

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

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

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

border-color css

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

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

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