Html Css Color HEX #B90617 Venetian Red

📋 copy color: '#B90617'

red 185 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #B90617

Tints of Venetian Red #B90617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 86.45%
G = 2.8%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B90617 (or 0xB90617) is known color: Venetian Red. HEX triplet: B9, 06 and 17. RGB value is (185,6,23). Sum of RGB (Red+Green+Blue) = 185+6+23=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B90617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90617 is #46F9E8. Grayscale: #3D3D3D. Windows color (decimal): -4651497 or 1509049. OLE color: 1509049.

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

Color convert

RGB 185 6 23 -
CMYK 0 0.97 0.88 0.27
HSL 354.3º 0.94% 0.37% -
HSV(B) 354.3º 0.97% 0.73% -
XYZ 20.23 10.51 1.77 -
YUV 61.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 185 6 23 0 0.97 0.88 0.27 354.3 0.94 0.37
Hex B9 6 17 0 61 58 1B 162 5E 25
Octal 271 6 27 0 141 130 33 542 136 45
Binary 10111001 110 10111 0 1100001 1011000 11011 101100010 1011110 100101

Color Harmonies of #B90617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90617

Black with #B90617

Text Example


Text Example

White with #B90617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90617; }

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

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

background-color css

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

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

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

border-color css

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

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

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