Html Css Color HEX #CB1016 Venetian Red

📋 copy color: '#CB1016'

red 203 ◦ green 16 ◦ blue 22

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

Shades of Venetian Red #CB1016

Tints of Venetian Red #CB1016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 84.23%
G = 6.64%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB1016 (or 0xCB1016) is known color: Venetian Red. HEX triplet: CB, 10 and 16. RGB value is (203,16,22). Sum of RGB (Red+Green+Blue) = 203+16+22=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1016 is #34EFE9. Grayscale: #484848. Windows color (decimal): -3469290 or 1446091. OLE color: 1446091.

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

Color convert

RGB 203 16 22 -
CMYK 0 0.92 0.89 0.20
HSL 358.07º 0.85% 0.43% -
HSV(B) 358.07º 0.92% 0.8% -
XYZ 24.96 13.13 1.98 -
YUV 72.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 203 16 22 0 0.92 0.89 0.20 358.07 0.85 0.43
Hex CB 10 16 0 5C 59 14 166 55 2B
Octal 313 20 26 0 134 131 24 546 125 53
Binary 11001011 10000 10110 0 1011100 1011001 10100 101100110 1010101 101011

Color Harmonies of #CB1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1016

Black with #CB1016

Text Example


Text Example

White with #CB1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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