Html Css Color HEX #CA1036 Cardinal

📋 copy color: '#CA1036'

red 202 ◦ green 16 ◦ blue 54

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

Shades of Cardinal #CA1036

Tints of Cardinal #CA1036

RGB

 RED value IS 202 (79.3% from 255) = 74.26%

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 74.26%
G = 5.88%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1036 (or 0xCA1036) is known color: Cardinal. HEX triplet: CA, 10 and 36. RGB value is (202,16,54). Sum of RGB (Red+Green+Blue) = 202+16+54=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1036 is #35EFC9. Grayscale: #4B4B4B. Windows color (decimal): -3534794 or 3543242. OLE color: 3543242.

HSL color Cylindrical-coordinate representation of color #CA1036: hue angle of 347.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1036 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 54 -
CMYK 0 0.92 0.73 0.21
HSL 347.74º 0.85% 0.43% -
HSV(B) 347.74º 0.92% 0.79% -
XYZ 25.21 13.19 4.71 -
YUV 75.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 202 16 54 0 0.92 0.73 0.21 347.74 0.85 0.43
Hex CA 10 36 0 5C 49 15 15C 55 2B
Octal 312 20 66 0 134 111 25 534 125 53
Binary 11001010 10000 110110 0 1011100 1001001 10101 101011100 1010101 101011

Color Harmonies of #CA1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1036

Black with #CA1036

Text Example


Text Example

White with #CA1036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1036; }

 p { color: rgb(202,16,54); }

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

background-color css

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

 a { background-color: rgb(202,16,54); }

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

border-color css

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

 span { border-color: rgb(202,16,54); }

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