Html Css Color HEX #B90017 Venetian Red

📋 copy color: '#B90017'

red 185 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #B90017

Tints of Venetian Red #B90017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 88.94%
G = 0%
B = 11.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90017 (or 0xB90017) is known color: Venetian Red. HEX triplet: B9, 00 and 17. RGB value is (185,0,23). Sum of RGB (Red+Green+Blue) = 185+0+23=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90017 is #46FFE8. Grayscale: #3A3A3A. Windows color (decimal): -4653033 or 1507513. OLE color: 1507513.

HSL color Cylindrical-coordinate representation of color #B90017: hue angle of 352.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 23 -
CMYK 0 1 0.88 0.27
HSL 352.54º 1% 0.36% -
HSV(B) 352.54º 1% 0.73% -
XYZ 20.16 10.38 1.75 -
YUV 57.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 185 0 23 0 1 0.88 0.27 352.54 1 0.36
Hex B9 0 17 0 64 58 1B 161 64 24
Octal 271 0 27 0 144 130 33 541 144 44
Binary 10111001 0 10111 0 1100100 1011000 11011 101100001 1100100 100100

Color Harmonies of #B90017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90017

Black with #B90017

Text Example


Text Example

White with #B90017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90017; }

 p { color: rgb(185,0,23); }

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

background-color css

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

 a { background-color: rgb(185,0,23); }

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

border-color css

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

 span { border-color: rgb(185,0,23); }

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