Html Css Color HEX #CB020A Venetian Red

📋 copy color: '#CB020A'

red 203 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #CB020A

Tints of Venetian Red #CB020A

RGB

 RED value IS 203 (79.69% from 255) = 94.42%

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 94.42%
G = 0.93%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB020A (or 0xCB020A) is known color: Venetian Red. HEX triplet: CB, 02 and 0A. RGB value is (203,2,10). Sum of RGB (Red+Green+Blue) = 203+2+10=215 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.42% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 203 - color contains mainly: red. Hex color #CB020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB020A is #34FDF5. Grayscale: #3F3F3F. Windows color (decimal): -3472886 or 656075. OLE color: 656075.

HSL color Cylindrical-coordinate representation of color #CB020A: hue angle of 357.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 10 -
CMYK 0 0.99 0.95 0.20
HSL 357.61º 0.98% 0.4% -
HSV(B) 357.61º 0.99% 0.8% -
XYZ 24.71 12.76 1.45 -
YUV 63.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 203 2 10 0 0.99 0.95 0.20 357.61 0.98 0.4
Hex CB 2 A 0 63 5F 14 166 62 28
Octal 313 2 12 0 143 137 24 546 142 50
Binary 11001011 10 1010 0 1100011 1011111 10100 101100110 1100010 101000

Color Harmonies of #CB020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB020A

Black with #CB020A

Text Example


Text Example

White with #CB020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB020A; }

 p { color: rgb(203,2,10); }

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

background-color css

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

 a { background-color: rgb(203,2,10); }

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

border-color css

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

 span { border-color: rgb(203,2,10); }

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