Html Css Color HEX #B9012B Venetian Red

📋 copy color: '#B9012B'

red 185 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #B9012B

Tints of Venetian Red #B9012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 80.79%
G = 0.44%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9012B (or 0xB9012B) is known color: Venetian Red. HEX triplet: B9, 01 and 2B. RGB value is (185,1,43). Sum of RGB (Red+Green+Blue) = 185+1+43=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012B is #46FED4. Grayscale: #3C3C3C. Windows color (decimal): -4652757 or 2818489. OLE color: 2818489.

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

Color convert

RGB 185 1 43 -
CMYK 0 0.99 0.77 0.27
HSL 346.3º 0.99% 0.36% -
HSV(B) 346.3º 0.99% 0.73% -
XYZ 20.45 10.51 3.24 -
YUV 60.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 185 1 43 0 0.99 0.77 0.27 346.3 0.99 0.36
Hex B9 1 2B 0 63 4D 1B 15A 63 24
Octal 271 1 53 0 143 115 33 532 143 44
Binary 10111001 1 101011 0 1100011 1001101 11011 101011010 1100011 100100

Color Harmonies of #B9012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9012B

Black with #B9012B

Text Example


Text Example

White with #B9012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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