Html Css Color HEX #CB080A Venetian Red

📋 copy color: '#CB080A'

red 203 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #CB080A

Tints of Venetian Red #CB080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 91.86%
G = 3.62%
B = 4.52%

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

#CB080A (or 0xCB080A) is known color: Venetian Red. HEX triplet: CB, 08 and 0A. RGB value is (203,8,10). Sum of RGB (Red+Green+Blue) = 203+8+10=221 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.86% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 203 - color contains mainly: red. Hex color #CB080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB080A is #34F7F5. Grayscale: #424242. Windows color (decimal): -3471350 or 657611. OLE color: 657611.

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

Color convert

RGB 203 8 10 -
CMYK 0 0.96 0.95 0.20
HSL 359.38º 0.92% 0.41% -
HSV(B) 359.38º 0.96% 0.8% -
XYZ 24.77 12.89 1.47 -
YUV 66.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 203 8 10 0 0.96 0.95 0.20 359.38 0.92 0.41
Hex CB 8 A 0 60 5F 14 167 5C 29
Octal 313 10 12 0 140 137 24 547 134 51
Binary 11001011 1000 1010 0 1100000 1011111 10100 101100111 1011100 101001

Color Harmonies of #CB080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB080A

Black with #CB080A

Text Example


Text Example

White with #CB080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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