Html Css Color HEX #CB080C Venetian Red

📋 copy color: '#CB080C'

red 203 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #CB080C

Tints of Venetian Red #CB080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 91.03%
G = 3.59%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB080C (or 0xCB080C) is known color: Venetian Red. HEX triplet: CB, 08 and 0C. RGB value is (203,8,12). Sum of RGB (Red+Green+Blue) = 203+8+12=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB080C is #34F7F3. Grayscale: #424242. Windows color (decimal): -3471348 or 788683. OLE color: 788683.

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

Color convert

RGB 203 8 12 -
CMYK 0 0.96 0.94 0.20
HSL 358.77º 0.92% 0.41% -
HSV(B) 358.77º 0.96% 0.8% -
XYZ 24.78 12.9 1.53 -
YUV 66.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 203 8 12 0 0.96 0.94 0.20 358.77 0.92 0.41
Hex CB 8 C 0 60 5E 14 167 5C 29
Octal 313 10 14 0 140 136 24 547 134 51
Binary 11001011 1000 1100 0 1100000 1011110 10100 101100111 1011100 101001

Color Harmonies of #CB080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB080C

Black with #CB080C

Text Example


Text Example

White with #CB080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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