Html Css Color HEX #B9052A Venetian Red

📋 copy color: '#B9052A'

red 185 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #B9052A

Tints of Venetian Red #B9052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 79.74%
G = 2.16%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9052A (or 0xB9052A) is known color: Venetian Red. HEX triplet: B9, 05 and 2A. RGB value is (185,5,42). Sum of RGB (Red+Green+Blue) = 185+5+42=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9052A is #46FAD5. Grayscale: #3F3F3F. Windows color (decimal): -4651734 or 2753977. OLE color: 2753977.

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

Color convert

RGB 185 5 42 -
CMYK 0 0.97 0.77 0.27
HSL 347.67º 0.95% 0.37% -
HSV(B) 347.67º 0.97% 0.73% -
XYZ 20.48 10.59 3.16 -
YUV 63.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 185 5 42 0 0.97 0.77 0.27 347.67 0.95 0.37
Hex B9 5 2A 0 61 4D 1B 15C 5F 25
Octal 271 5 52 0 141 115 33 534 137 45
Binary 10111001 101 101010 0 1100001 1001101 11011 101011100 1011111 100101

Color Harmonies of #B9052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9052A

Black with #B9052A

Text Example


Text Example

White with #B9052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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