Html Css Color HEX #B0010F Venetian Red

📋 copy color: '#B0010F'

red 176 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B0010F

Tints of Venetian Red #B0010F

RGB

 RED value IS 176 (69.14% from 255) = 91.67%

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 91.67%
G = 0.52%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0010F (or 0xB0010F) is known color: Venetian Red. HEX triplet: B0, 01 and 0F. RGB value is (176,1,15). Sum of RGB (Red+Green+Blue) = 176+1+15=192 (25% of max value = 765). Red value is 176 (69.14% from 255 or 91.67% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 176 - color contains mainly: red. Hex color #B0010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0010F is #4FFEF0. Grayscale: #373737. Windows color (decimal): -5242609 or 983472. OLE color: 983472.

HSL color Cylindrical-coordinate representation of color #B0010F: hue angle of 355.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 15 -
CMYK 0 0.99 0.91 0.31
HSL 355.2º 0.99% 0.35% -
HSV(B) 355.2º 0.99% 0.69% -
XYZ 18 9.29 1.3 -
YUV 54.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 176 1 15 0 0.99 0.91 0.31 355.2 0.99 0.35
Hex B0 1 F 0 63 5B 1F 163 63 23
Octal 260 1 17 0 143 133 37 543 143 43
Binary 10110000 1 1111 0 1100011 1011011 11111 101100011 1100011 100011

Color Harmonies of #B0010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0010F

Black with #B0010F

Text Example


Text Example

White with #B0010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0010F; }

 p { color: rgb(176,1,15); }

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

background-color css

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

 a { background-color: rgb(176,1,15); }

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

border-color css

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

 span { border-color: rgb(176,1,15); }

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