Html Css Color HEX #B5050B Venetian Red

📋 copy color: '#B5050B'

red 181 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #B5050B

Tints of Venetian Red #B5050B

RGB

 RED value IS 181 (71.09% from 255) = 91.88%

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

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

R = 91.88%
G = 2.54%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5050B (or 0xB5050B) is known color: Venetian Red. HEX triplet: B5, 05 and 0B. RGB value is (181,5,11). Sum of RGB (Red+Green+Blue) = 181+5+11=197 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.88% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 181 - color contains mainly: red. Hex color #B5050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5050B is #4AFAF4. Grayscale: #3A3A3A. Windows color (decimal): -4913909 or 722357. OLE color: 722357.

HSL color Cylindrical-coordinate representation of color #B5050B: hue angle of 357.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5050B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 11 -
CMYK 0 0.97 0.94 0.29
HSL 357.95º 0.95% 0.36% -
HSV(B) 357.95º 0.97% 0.71% -
XYZ 19.17 9.96 1.23 -
YUV 58.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 181 5 11 0 0.97 0.94 0.29 357.95 0.95 0.36
Hex B5 5 B 0 61 5E 1D 166 5F 24
Octal 265 5 13 0 141 136 35 546 137 44
Binary 10110101 101 1011 0 1100001 1011110 11101 101100110 1011111 100100

Color Harmonies of #B5050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5050B

Black with #B5050B

Text Example


Text Example

White with #B5050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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