Html Css Color HEX #CB0510 Venetian Red

📋 copy color: '#CB0510'

red 203 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #CB0510

Tints of Venetian Red #CB0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 90.63%
G = 2.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB0510 (or 0xCB0510) is known color: Venetian Red. HEX triplet: CB, 05 and 10. RGB value is (203,5,16). Sum of RGB (Red+Green+Blue) = 203+5+16=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0510 is #34FAEF. Grayscale: #414141. Windows color (decimal): -3472112 or 1050059. OLE color: 1050059.

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

Color convert

RGB 203 5 16 -
CMYK 0 0.98 0.92 0.20
HSL 356.67º 0.95% 0.41% -
HSV(B) 356.67º 0.98% 0.8% -
XYZ 24.78 12.84 1.66 -
YUV 65.46 100.1 226.11 -
System Red Green Blue C M Y K H S L
Decimal 203 5 16 0 0.98 0.92 0.20 356.67 0.95 0.41
Hex CB 5 10 0 62 5C 14 165 5F 29
Octal 313 5 20 0 142 134 24 545 137 51
Binary 11001011 101 10000 0 1100010 1011100 10100 101100101 1011111 101001

Color Harmonies of #CB0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0510

Black with #CB0510

Text Example


Text Example

White with #CB0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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