Html Css Color HEX #CA090C Venetian Red

📋 copy color: '#CA090C'

red 202 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #CA090C

Tints of Venetian Red #CA090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 90.58%
G = 4.04%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA090C (or 0xCA090C) is known color: Venetian Red. HEX triplet: CA, 09 and 0C. RGB value is (202,9,12). Sum of RGB (Red+Green+Blue) = 202+9+12=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA090C is #35F6F3. Grayscale: #434343. Windows color (decimal): -3536628 or 788938. OLE color: 788938.

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

Color convert

RGB 202 9 12 -
CMYK 0 0.96 0.94 0.21
HSL 359.07º 0.91% 0.41% -
HSV(B) 359.07º 0.96% 0.79% -
XYZ 24.52 12.78 1.52 -
YUV 67.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 202 9 12 0 0.96 0.94 0.21 359.07 0.91 0.41
Hex CA 9 C 0 60 5E 15 167 5B 29
Octal 312 11 14 0 140 136 25 547 133 51
Binary 11001010 1001 1100 0 1100000 1011110 10101 101100111 1011011 101001

Color Harmonies of #CA090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA090C

Black with #CA090C

Text Example


Text Example

White with #CA090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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