Html Css Color HEX #CA080C Venetian Red

📋 copy color: '#CA080C'

red 202 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #CA080C

Tints of Venetian Red #CA080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 90.99%
G = 3.6%
B = 5.41%

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

#CA080C (or 0xCA080C) is known color: Venetian Red. HEX triplet: CA, 08 and 0C. RGB value is (202,8,12). Sum of RGB (Red+Green+Blue) = 202+8+12=222 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.99% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080C is #35F7F3. Grayscale: #424242. Windows color (decimal): -3536884 or 788682. OLE color: 788682.

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

Color convert

RGB 202 8 12 -
CMYK 0 0.96 0.94 0.21
HSL 358.76º 0.92% 0.41% -
HSV(B) 358.76º 0.96% 0.79% -
XYZ 24.51 12.76 1.52 -
YUV 66.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 202 8 12 0 0.96 0.94 0.21 358.76 0.92 0.41
Hex CA 8 C 0 60 5E 15 167 5C 29
Octal 312 10 14 0 140 136 25 547 134 51
Binary 11001010 1000 1100 0 1100000 1011110 10101 101100111 1011100 101001

Color Harmonies of #CA080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080C

Black with #CA080C

Text Example


Text Example

White with #CA080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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