Html Css Color HEX #CA080B Venetian Red

📋 copy color: '#CA080B'

red 202 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #CA080B

Tints of Venetian Red #CA080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 91.4%
G = 3.62%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA080B (or 0xCA080B) is known color: Venetian Red. HEX triplet: CA, 08 and 0B. RGB value is (202,8,11). Sum of RGB (Red+Green+Blue) = 202+8+11=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080B is #35F7F4. Grayscale: #424242. Windows color (decimal): -3536885 or 723146. OLE color: 723146.

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

Color convert

RGB 202 8 11 -
CMYK 0 0.96 0.95 0.21
HSL 359.07º 0.92% 0.41% -
HSV(B) 359.07º 0.96% 0.79% -
XYZ 24.5 12.75 1.49 -
YUV 66.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 202 8 11 0 0.96 0.95 0.21 359.07 0.92 0.41
Hex CA 8 B 0 60 5F 15 167 5C 29
Octal 312 10 13 0 140 137 25 547 134 51
Binary 11001010 1000 1011 0 1100000 1011111 10101 101100111 1011100 101001

Color Harmonies of #CA080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080B

Black with #CA080B

Text Example


Text Example

White with #CA080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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