Html Css Color HEX #CA1034 Cardinal

📋 copy color: '#CA1034'

red 202 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #CA1034

Tints of Cardinal #CA1034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 74.81%
G = 5.93%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA1034 (or 0xCA1034) is known color: Cardinal. HEX triplet: CA, 10 and 34. RGB value is (202,16,52). Sum of RGB (Red+Green+Blue) = 202+16+52=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1034 is #35EFCB. Grayscale: #4B4B4B. Windows color (decimal): -3534796 or 3412170. OLE color: 3412170.

HSL color Cylindrical-coordinate representation of color #CA1034: hue angle of 348.39º 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 #CA1034 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 52 -
CMYK 0 0.92 0.74 0.21
HSL 348.39º 0.85% 0.43% -
HSV(B) 348.39º 0.92% 0.79% -
XYZ 25.16 13.18 4.47 -
YUV 75.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 202 16 52 0 0.92 0.74 0.21 348.39 0.85 0.43
Hex CA 10 34 0 5C 4A 15 15C 55 2B
Octal 312 20 64 0 134 112 25 534 125 53
Binary 11001010 10000 110100 0 1011100 1001010 10101 101011100 1010101 101011

Color Harmonies of #CA1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1034

Black with #CA1034

Text Example


Text Example

White with #CA1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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