Html Css Color HEX #B11223 Venetian Red

📋 copy color: '#B11223'

red 177 ◦ green 18 ◦ blue 35

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

Shades of Venetian Red #B11223

Tints of Venetian Red #B11223

RGB

 RED value IS 177 (69.53% from 255) = 76.96%

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 35 (14.06% from 255) = 15.22%

R = 76.96%
G = 7.83%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B11223 (or 0xB11223) is known color: Venetian Red. HEX triplet: B1, 12 and 23. RGB value is (177,18,35). Sum of RGB (Red+Green+Blue) = 177+18+35=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B11223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11223 is #4EEDDC. Grayscale: #434343. Windows color (decimal): -5172701 or 2298545. OLE color: 2298545.

HSL color Cylindrical-coordinate representation of color #B11223: hue angle of 353.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11223 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 35 -
CMYK 0 0.90 0.80 0.31
HSL 353.58º 0.82% 0.38% -
HSV(B) 353.58º 0.9% 0.69% -
XYZ 18.65 9.9 2.52 -
YUV 67.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 177 18 35 0 0.90 0.80 0.31 353.58 0.82 0.38
Hex B1 12 23 0 5A 50 1F 162 52 26
Octal 261 22 43 0 132 120 37 542 122 46
Binary 10110001 10010 100011 0 1011010 1010000 11111 101100010 1010010 100110

Color Harmonies of #B11223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11223

Black with #B11223

Text Example


Text Example

White with #B11223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11223; }

 p { color: rgb(177,18,35); }

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

background-color css

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

 a { background-color: rgb(177,18,35); }

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

border-color css

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

 span { border-color: rgb(177,18,35); }

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