Html Css Color HEX #B91022 Venetian Red

📋 copy color: '#B91022'

red 185 ◦ green 16 ◦ blue 34

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

Shades of Venetian Red #B91022

Tints of Venetian Red #B91022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 78.72%
G = 6.81%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91022 (or 0xB91022) is known color: Venetian Red. HEX triplet: B9, 10 and 22. RGB value is (185,16,34). Sum of RGB (Red+Green+Blue) = 185+16+34=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B91022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91022 is #46EFDD. Grayscale: #444444. Windows color (decimal): -4648926 or 2232505. OLE color: 2232505.

HSL color Cylindrical-coordinate representation of color #B91022: hue angle of 353.61º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91022 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 34 -
CMYK 0 0.91 0.82 0.27
HSL 353.61º 0.84% 0.39% -
HSV(B) 353.61º 0.91% 0.73% -
XYZ 20.48 10.8 2.52 -
YUV 68.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 185 16 34 0 0.91 0.82 0.27 353.61 0.84 0.39
Hex B9 10 22 0 5B 52 1B 162 54 27
Octal 271 20 42 0 133 122 33 542 124 47
Binary 10111001 10000 100010 0 1011011 1010010 11011 101100010 1010100 100111

Color Harmonies of #B91022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91022

Black with #B91022

Text Example


Text Example

White with #B91022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91022; }

 p { color: rgb(185,16,34); }

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

background-color css

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

 a { background-color: rgb(185,16,34); }

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

border-color css

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

 span { border-color: rgb(185,16,34); }

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