Html Css Color HEX #B9032B Venetian Red

📋 copy color: '#B9032B'

red 185 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #B9032B

Tints of Venetian Red #B9032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 80.09%
G = 1.3%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9032B (or 0xB9032B) is known color: Venetian Red. HEX triplet: B9, 03 and 2B. RGB value is (185,3,43). Sum of RGB (Red+Green+Blue) = 185+3+43=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9032B is #46FCD4. Grayscale: #3E3E3E. Windows color (decimal): -4652245 or 2819001. OLE color: 2819001.

HSL color Cylindrical-coordinate representation of color #B9032B: hue angle of 346.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9032B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 43 -
CMYK 0 0.98 0.77 0.27
HSL 346.81º 0.97% 0.37% -
HSV(B) 346.81º 0.98% 0.73% -
XYZ 20.48 10.55 3.24 -
YUV 61.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 185 3 43 0 0.98 0.77 0.27 346.81 0.97 0.37
Hex B9 3 2B 0 62 4D 1B 15B 61 25
Octal 271 3 53 0 142 115 33 533 141 45
Binary 10111001 11 101011 0 1100010 1001101 11011 101011011 1100001 100101

Color Harmonies of #B9032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9032B

Black with #B9032B

Text Example


Text Example

White with #B9032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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