Html Css Color HEX #CB090A Venetian Red

📋 copy color: '#CB090A'

red 203 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #CB090A

Tints of Venetian Red #CB090A

RGB

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

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

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

R = 91.44%
G = 4.05%
B = 4.5%

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

#CB090A (or 0xCB090A) is known color: Venetian Red. HEX triplet: CB, 09 and 0A. RGB value is (203,9,10). Sum of RGB (Red+Green+Blue) = 203+9+10=222 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.44% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 203 - color contains mainly: red. Hex color #CB090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB090A is #34F6F5. Grayscale: #434343. Windows color (decimal): -3471094 or 657867. OLE color: 657867.

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

Color convert

RGB 203 9 10 -
CMYK 0 0.96 0.95 0.20
HSL 359.69º 0.92% 0.42% -
HSV(B) 359.69º 0.96% 0.8% -
XYZ 24.78 12.91 1.47 -
YUV 67.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 203 9 10 0 0.96 0.95 0.20 359.69 0.92 0.42
Hex CB 9 A 0 60 5F 14 168 5C 2A
Octal 313 11 12 0 140 137 24 550 134 52
Binary 11001011 1001 1010 0 1100000 1011111 10100 101101000 1011100 101010

Color Harmonies of #CB090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB090A

Black with #CB090A

Text Example


Text Example

White with #CB090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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