Html Css Color HEX #B5010B Venetian Red

📋 copy color: '#B5010B'

red 181 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #B5010B

Tints of Venetian Red #B5010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 93.78%
G = 0.52%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5010B (or 0xB5010B) is known color: Venetian Red. HEX triplet: B5, 01 and 0B. RGB value is (181,1,11). Sum of RGB (Red+Green+Blue) = 181+1+11=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B5010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5010B is #4AFEF4. Grayscale: #383838. Windows color (decimal): -4914933 or 721333. OLE color: 721333.

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

Color convert

RGB 181 1 11 -
CMYK 0 0.99 0.94 0.29
HSL 356.67º 0.99% 0.36% -
HSV(B) 356.67º 0.99% 0.71% -
XYZ 19.13 9.87 1.21 -
YUV 55.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 181 1 11 0 0.99 0.94 0.29 356.67 0.99 0.36
Hex B5 1 B 0 63 5E 1D 165 63 24
Octal 265 1 13 0 143 136 35 545 143 44
Binary 10110101 1 1011 0 1100011 1011110 11101 101100101 1100011 100100

Color Harmonies of #B5010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5010B

Black with #B5010B

Text Example


Text Example

White with #B5010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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