Html Css Color HEX #CB050B Venetian Red

📋 copy color: '#CB050B'

red 203 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #CB050B

Tints of Venetian Red #CB050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 92.69%
G = 2.28%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB050B (or 0xCB050B) is known color: Venetian Red. HEX triplet: CB, 05 and 0B. RGB value is (203,5,11). Sum of RGB (Red+Green+Blue) = 203+5+11=219 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.69% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 203 - color contains mainly: red. Hex color #CB050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB050B is #34FAF4. Grayscale: #414141. Windows color (decimal): -3472117 or 722379. OLE color: 722379.

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

Color convert

RGB 203 5 11 -
CMYK 0 0.98 0.95 0.20
HSL 358.18º 0.95% 0.41% -
HSV(B) 358.18º 0.98% 0.8% -
XYZ 24.74 12.83 1.49 -
YUV 64.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 203 5 11 0 0.98 0.95 0.20 358.18 0.95 0.41
Hex CB 5 B 0 62 5F 14 166 5F 29
Octal 313 5 13 0 142 137 24 546 137 51
Binary 11001011 101 1011 0 1100010 1011111 10100 101100110 1011111 101001

Color Harmonies of #CB050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB050B

Black with #CB050B

Text Example


Text Example

White with #CB050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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