Html Css Color HEX #B90023 Venetian Red

📋 copy color: '#B90023'

red 185 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #B90023

Tints of Venetian Red #B90023

RGB

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

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

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

R = 84.09%
G = 0%
B = 15.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90023 (or 0xB90023) is known color: Venetian Red. HEX triplet: B9, 00 and 23. RGB value is (185,0,35). Sum of RGB (Red+Green+Blue) = 185+0+35=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B90023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90023 is #46FFDC. Grayscale: #3B3B3B. Windows color (decimal): -4653021 or 2293945. OLE color: 2293945.

HSL color Cylindrical-coordinate representation of color #B90023: hue angle of 348.65º 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 #B90023 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 35 -
CMYK 0 1 0.81 0.27
HSL 348.65º 1% 0.36% -
HSV(B) 348.65º 1% 0.73% -
XYZ 20.31 10.44 2.53 -
YUV 59.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 185 0 35 0 1 0.81 0.27 348.65 1 0.36
Hex B9 0 23 0 64 51 1B 15D 64 24
Octal 271 0 43 0 144 121 33 535 144 44
Binary 10111001 0 100011 0 1100100 1010001 11011 101011101 1100100 100100

Color Harmonies of #B90023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90023

Black with #B90023

Text Example


Text Example

White with #B90023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90023; }

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

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

background-color css

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

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

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

border-color css

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

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

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