Html Css Color HEX #CA0C12 Venetian Red

📋 copy color: '#CA0C12'

red 202 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #CA0C12

Tints of Venetian Red #CA0C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 87.07%
G = 5.17%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0C12 (or 0xCA0C12) is known color: Venetian Red. HEX triplet: CA, 0C and 12. RGB value is (202,12,18). Sum of RGB (Red+Green+Blue) = 202+12+18=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C12 is #35F3ED. Grayscale: #454545. Windows color (decimal): -3535854 or 1182922. OLE color: 1182922.

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

Color convert

RGB 202 12 18 -
CMYK 0 0.94 0.91 0.21
HSL 358.11º 0.89% 0.42% -
HSV(B) 358.11º 0.94% 0.79% -
XYZ 24.6 12.86 1.76 -
YUV 69.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 202 12 18 0 0.94 0.91 0.21 358.11 0.89 0.42
Hex CA C 12 0 5E 5B 15 166 59 2A
Octal 312 14 22 0 136 133 25 546 131 52
Binary 11001010 1100 10010 0 1011110 1011011 10101 101100110 1011001 101010

Color Harmonies of #CA0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C12

Black with #CA0C12

Text Example


Text Example

White with #CA0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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