Html Css Color HEX #CB1012 Venetian Red

📋 copy color: '#CB1012'

red 203 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #CB1012

Tints of Venetian Red #CB1012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 85.65%
G = 6.75%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB1012 (or 0xCB1012) is known color: Venetian Red. HEX triplet: CB, 10 and 12. RGB value is (203,16,18). Sum of RGB (Red+Green+Blue) = 203+16+18=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1012 is #34EFED. Grayscale: #484848. Windows color (decimal): -3469294 or 1183947. OLE color: 1183947.

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

Color convert

RGB 203 16 18 -
CMYK 0 0.92 0.91 0.20
HSL 359.36º 0.85% 0.43% -
HSV(B) 359.36º 0.92% 0.8% -
XYZ 24.92 13.11 1.79 -
YUV 72.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 203 16 18 0 0.92 0.91 0.20 359.36 0.85 0.43
Hex CB 10 12 0 5C 5B 14 167 55 2B
Octal 313 20 22 0 134 133 24 547 125 53
Binary 11001011 10000 10010 0 1011100 1011011 10100 101100111 1010101 101011

Color Harmonies of #CB1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1012

Black with #CB1012

Text Example


Text Example

White with #CB1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1012; }

 p { color: rgb(203,16,18); }

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

background-color css

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

 a { background-color: rgb(203,16,18); }

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

border-color css

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

 span { border-color: rgb(203,16,18); }

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