Html Css Color HEX #CA0C1A Venetian Red

📋 copy color: '#CA0C1A'

red 202 ◦ green 12 ◦ blue 26

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

Shades of Venetian Red #CA0C1A

Tints of Venetian Red #CA0C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 84.17%
G = 5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA0C1A (or 0xCA0C1A) is known color: Venetian Red. HEX triplet: CA, 0C and 1A. RGB value is (202,12,26). Sum of RGB (Red+Green+Blue) = 202+12+26=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C1A is #35F3E5. Grayscale: #464646. Windows color (decimal): -3535846 or 1707210. OLE color: 1707210.

HSL color Cylindrical-coordinate representation of color #CA0C1A: hue angle of 355.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C1A is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 26 -
CMYK 0 0.94 0.87 0.21
HSL 355.58º 0.89% 0.42% -
HSV(B) 355.58º 0.94% 0.79% -
XYZ 24.68 12.89 2.17 -
YUV 70.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 202 12 26 0 0.94 0.87 0.21 355.58 0.89 0.42
Hex CA C 1A 0 5E 57 15 164 59 2A
Octal 312 14 32 0 136 127 25 544 131 52
Binary 11001010 1100 11010 0 1011110 1010111 10101 101100100 1011001 101010

Color Harmonies of #CA0C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C1A

Black with #CA0C1A

Text Example


Text Example

White with #CA0C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C1A; }

 p { color: rgb(202,12,26); }

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

background-color css

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

 a { background-color: rgb(202,12,26); }

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

border-color css

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

 span { border-color: rgb(202,12,26); }

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