Html Css Color HEX #B9012C Venetian Red

📋 copy color: '#B9012C'

red 185 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #B9012C

Tints of Venetian Red #B9012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 80.43%
G = 0.43%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9012C (or 0xB9012C) is known color: Venetian Red. HEX triplet: B9, 01 and 2C. RGB value is (185,1,44). Sum of RGB (Red+Green+Blue) = 185+1+44=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012C is #46FED3. Grayscale: #3C3C3C. Windows color (decimal): -4652756 or 2884025. OLE color: 2884025.

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

Color convert

RGB 185 1 44 -
CMYK 0 0.99 0.76 0.27
HSL 345.98º 0.99% 0.36% -
HSV(B) 345.98º 0.99% 0.73% -
XYZ 20.47 10.52 3.33 -
YUV 60.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 185 1 44 0 0.99 0.76 0.27 345.98 0.99 0.36
Hex B9 1 2C 0 63 4C 1B 15A 63 24
Octal 271 1 54 0 143 114 33 532 143 44
Binary 10111001 1 101100 0 1100011 1001100 11011 101011010 1100011 100100

Color Harmonies of #B9012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9012C

Black with #B9012C

Text Example


Text Example

White with #B9012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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