Html Css Color HEX #B9010F Venetian Red

📋 copy color: '#B9010F'

red 185 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B9010F

Tints of Venetian Red #B9010F

RGB

 RED value IS 185 (72.66% from 255) = 92.04%

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

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

R = 92.04%
G = 0.5%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9010F (or 0xB9010F) is known color: Venetian Red. HEX triplet: B9, 01 and 0F. RGB value is (185,1,15). Sum of RGB (Red+Green+Blue) = 185+1+15=201 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.04% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010F is #46FEF0. Grayscale: #393939. Windows color (decimal): -4652785 or 983481. OLE color: 983481.

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

Color convert

RGB 185 1 15 -
CMYK 0 0.99 0.92 0.27
HSL 355.43º 0.99% 0.36% -
HSV(B) 355.43º 0.99% 0.73% -
XYZ 20.1 10.37 1.39 -
YUV 57.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 185 1 15 0 0.99 0.92 0.27 355.43 0.99 0.36
Hex B9 1 F 0 63 5C 1B 163 63 24
Octal 271 1 17 0 143 134 33 543 143 44
Binary 10111001 1 1111 0 1100011 1011100 11011 101100011 1100011 100100

Color Harmonies of #B9010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9010F

Black with #B9010F

Text Example


Text Example

White with #B9010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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