Html Css Color HEX #CB090B Venetian Red

📋 copy color: '#CB090B'

red 203 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #CB090B

Tints of Venetian Red #CB090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 91.03%
G = 4.04%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB090B (or 0xCB090B) is known color: Venetian Red. HEX triplet: CB, 09 and 0B. RGB value is (203,9,11). Sum of RGB (Red+Green+Blue) = 203+9+11=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB090B is #34F6F4. Grayscale: #434343. Windows color (decimal): -3471093 or 723403. OLE color: 723403.

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

Color convert

RGB 203 9 11 -
CMYK 0 0.96 0.95 0.20
HSL 359.38º 0.92% 0.42% -
HSV(B) 359.38º 0.96% 0.8% -
XYZ 24.79 12.92 1.5 -
YUV 67.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 203 9 11 0 0.96 0.95 0.20 359.38 0.92 0.42
Hex CB 9 B 0 60 5F 14 167 5C 2A
Octal 313 11 13 0 140 137 24 547 134 52
Binary 11001011 1001 1011 0 1100000 1011111 10100 101100111 1011100 101010

Color Harmonies of #CB090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB090B

Black with #CB090B

Text Example


Text Example

White with #CB090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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