Html Css Color HEX #CA0B1D Venetian Red

📋 copy color: '#CA0B1D'

red 202 ◦ green 11 ◦ blue 29

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

Shades of Venetian Red #CA0B1D

Tints of Venetian Red #CA0B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.55%

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 83.47%
G = 4.55%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA0B1D (or 0xCA0B1D) is known color: Venetian Red. HEX triplet: CA, 0B and 1D. RGB value is (202,11,29). Sum of RGB (Red+Green+Blue) = 202+11+29=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B1D is #35F4E2. Grayscale: #464646. Windows color (decimal): -3536099 or 1903562. OLE color: 1903562.

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

Color convert

RGB 202 11 29 -
CMYK 0 0.95 0.86 0.21
HSL 354.35º 0.9% 0.42% -
HSV(B) 354.35º 0.95% 0.79% -
XYZ 24.7 12.88 2.35 -
YUV 70.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 202 11 29 0 0.95 0.86 0.21 354.35 0.9 0.42
Hex CA B 1D 0 5F 56 15 162 5A 2A
Octal 312 13 35 0 137 126 25 542 132 52
Binary 11001010 1011 11101 0 1011111 1010110 10101 101100010 1011010 101010

Color Harmonies of #CA0B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0B1D

Black with #CA0B1D

Text Example


Text Example

White with #CA0B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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