Html Css Color HEX #B9012E Venetian Red

📋 copy color: '#B9012E'

red 185 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #B9012E

Tints of Venetian Red #B9012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 79.74%
G = 0.43%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9012E (or 0xB9012E) is known color: Venetian Red. HEX triplet: B9, 01 and 2E. RGB value is (185,1,46). Sum of RGB (Red+Green+Blue) = 185+1+46=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012E is #46FED1. Grayscale: #3D3D3D. Windows color (decimal): -4652754 or 3015097. OLE color: 3015097.

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

Color convert

RGB 185 1 46 -
CMYK 0 0.99 0.75 0.27
HSL 345.33º 0.99% 0.36% -
HSV(B) 345.33º 0.99% 0.73% -
XYZ 20.51 10.53 3.54 -
YUV 61.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 185 1 46 0 0.99 0.75 0.27 345.33 0.99 0.36
Hex B9 1 2E 0 63 4B 1B 159 63 24
Octal 271 1 56 0 143 113 33 531 143 44
Binary 10111001 1 101110 0 1100011 1001011 11011 101011001 1100011 100100

Color Harmonies of #B9012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9012E

Black with #B9012E

Text Example


Text Example

White with #B9012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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