Html Css Color HEX #B1010F Venetian Red

📋 copy color: '#B1010F'

red 177 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B1010F

Tints of Venetian Red #B1010F

RGB

 RED value IS 177 (69.53% from 255) = 91.71%

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

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

R = 91.71%
G = 0.52%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1010F (or 0xB1010F) is known color: Venetian Red. HEX triplet: B1, 01 and 0F. RGB value is (177,1,15). Sum of RGB (Red+Green+Blue) = 177+1+15=193 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.71% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010F is #4EFEF0. Grayscale: #373737. Windows color (decimal): -5177073 or 983473. OLE color: 983473.

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

Color convert

RGB 177 1 15 -
CMYK 0 0.99 0.92 0.31
HSL 355.23º 0.99% 0.35% -
HSV(B) 355.23º 0.99% 0.69% -
XYZ 18.23 9.4 1.31 -
YUV 55.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 177 1 15 0 0.99 0.92 0.31 355.23 0.99 0.35
Hex B1 1 F 0 63 5C 1F 163 63 23
Octal 261 1 17 0 143 134 37 543 143 43
Binary 10110001 1 1111 0 1100011 1011100 11111 101100011 1100011 100011

Color Harmonies of #B1010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1010F

Black with #B1010F

Text Example


Text Example

White with #B1010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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