Html Css Color HEX #CB000B Venetian Red

📋 copy color: '#CB000B'

red 203 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #CB000B

Tints of Venetian Red #CB000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.86%
G = 0%
B = 5.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB000B (or 0xCB000B) is known color: Venetian Red. HEX triplet: CB, 00 and 0B. RGB value is (203,0,11). Sum of RGB (Red+Green+Blue) = 203+0+11=214 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.86% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 203 - color contains mainly: red. Hex color #CB000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB000B is #34FFF4. Grayscale: #3E3E3E. Windows color (decimal): -3473397 or 721099. OLE color: 721099.

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

Color convert

RGB 203 0 11 -
CMYK 0 1 0.95 0.20
HSL 356.75º 1% 0.4% -
HSV(B) 356.75º 1% 0.8% -
XYZ 24.69 12.72 1.47 -
YUV 61.95 99.25 228.61 -
System Red Green Blue C M Y K H S L
Decimal 203 0 11 0 1 0.95 0.20 356.75 1 0.4
Hex CB 0 B 0 64 5F 14 165 64 28
Octal 313 0 13 0 144 137 24 545 144 50
Binary 11001011 0 1011 0 1100100 1011111 10100 101100101 1100100 101000

Color Harmonies of #CB000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB000B

Black with #CB000B

Text Example


Text Example

White with #CB000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB000B; }

 p { color: rgb(203,0,11); }

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

background-color css

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

 a { background-color: rgb(203,0,11); }

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

border-color css

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

 span { border-color: rgb(203,0,11); }

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