Html Css Color HEX #B9012A Venetian Red

📋 copy color: '#B9012A'

red 185 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #B9012A

Tints of Venetian Red #B9012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 81.14%
G = 0.44%
B = 18.42%

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

#B9012A (or 0xB9012A) is known color: Venetian Red. HEX triplet: B9, 01 and 2A. RGB value is (185,1,42). Sum of RGB (Red+Green+Blue) = 185+1+42=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012A is #46FED5. Grayscale: #3C3C3C. Windows color (decimal): -4652758 or 2752953. OLE color: 2752953.

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

Color convert

RGB 185 1 42 -
CMYK 0 0.99 0.77 0.27
HSL 346.63º 0.99% 0.36% -
HSV(B) 346.63º 0.99% 0.73% -
XYZ 20.44 10.5 3.14 -
YUV 60.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 185 1 42 0 0.99 0.77 0.27 346.63 0.99 0.36
Hex B9 1 2A 0 63 4D 1B 15B 63 24
Octal 271 1 52 0 143 115 33 533 143 44
Binary 10111001 1 101010 0 1100011 1001101 11011 101011011 1100011 100100

Color Harmonies of #B9012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9012A

Black with #B9012A

Text Example


Text Example

White with #B9012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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