Html Css Color HEX #B9010A Venetian Red

📋 copy color: '#B9010A'

red 185 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #B9010A

Tints of Venetian Red #B9010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 94.39%
G = 0.51%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9010A (or 0xB9010A) is known color: Venetian Red. HEX triplet: B9, 01 and 0A. RGB value is (185,1,10). Sum of RGB (Red+Green+Blue) = 185+1+10=196 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.39% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010A is #46FEF5. Grayscale: #393939. Windows color (decimal): -4652790 or 655801. OLE color: 655801.

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

Color convert

RGB 185 1 10 -
CMYK 0 0.99 0.95 0.27
HSL 357.07º 0.99% 0.36% -
HSV(B) 357.07º 0.99% 0.73% -
XYZ 20.07 10.36 1.23 -
YUV 57.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 185 1 10 0 0.99 0.95 0.27 357.07 0.99 0.36
Hex B9 1 A 0 63 5F 1B 165 63 24
Octal 271 1 12 0 143 137 33 545 143 44
Binary 10111001 1 1010 0 1100011 1011111 11011 101100101 1100011 100100

Color Harmonies of #B9010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9010A

Black with #B9010A

Text Example


Text Example

White with #B9010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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