Html Css Color HEX #B9050C Venetian Red

📋 copy color: '#B9050C'

red 185 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #B9050C

Tints of Venetian Red #B9050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 91.58%
G = 2.48%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9050C (or 0xB9050C) is known color: Venetian Red. HEX triplet: B9, 05 and 0C. RGB value is (185,5,12). Sum of RGB (Red+Green+Blue) = 185+5+12=202 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.58% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 185 - color contains mainly: red. Hex color #B9050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9050C is #46FAF3. Grayscale: #3B3B3B. Windows color (decimal): -4651764 or 787897. OLE color: 787897.

HSL color Cylindrical-coordinate representation of color #B9050C: hue angle of 357.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 #B9050C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 12 -
CMYK 0 0.97 0.94 0.27
HSL 357.67º 0.95% 0.37% -
HSV(B) 357.67º 0.97% 0.73% -
XYZ 20.13 10.45 1.3 -
YUV 59.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 185 5 12 0 0.97 0.94 0.27 357.67 0.95 0.37
Hex B9 5 C 0 61 5E 1B 166 5F 25
Octal 271 5 14 0 141 136 33 546 137 45
Binary 10111001 101 1100 0 1100001 1011110 11011 101100110 1011111 100101

Color Harmonies of #B9050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9050C

Black with #B9050C

Text Example


Text Example

White with #B9050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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