Html Css Color HEX #CB0516 Venetian Red

📋 copy color: '#CB0516'

red 203 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #CB0516

Tints of Venetian Red #CB0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 88.26%
G = 2.17%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB0516 (or 0xCB0516) is known color: Venetian Red. HEX triplet: CB, 05 and 16. RGB value is (203,5,22). Sum of RGB (Red+Green+Blue) = 203+5+22=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0516 is #34FAE9. Grayscale: #424242. Windows color (decimal): -3472106 or 1443275. OLE color: 1443275.

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

Color convert

RGB 203 5 22 -
CMYK 0 0.98 0.89 0.20
HSL 354.85º 0.95% 0.41% -
HSV(B) 354.85º 0.98% 0.8% -
XYZ 24.83 12.86 1.93 -
YUV 66.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 203 5 22 0 0.98 0.89 0.20 354.85 0.95 0.41
Hex CB 5 16 0 62 59 14 163 5F 29
Octal 313 5 26 0 142 131 24 543 137 51
Binary 11001011 101 10110 0 1100010 1011001 10100 101100011 1011111 101001

Color Harmonies of #CB0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0516

Black with #CB0516

Text Example


Text Example

White with #CB0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0516; }

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

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

background-color css

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

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

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

border-color css

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

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

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