Html Css Color HEX #B90618 Venetian Red

📋 copy color: '#B90618'

red 185 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #B90618

Tints of Venetian Red #B90618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 86.05%
G = 2.79%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B90618 (or 0xB90618) is known color: Venetian Red. HEX triplet: B9, 06 and 18. RGB value is (185,6,24). Sum of RGB (Red+Green+Blue) = 185+6+24=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B90618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90618 is #46F9E7. Grayscale: #3D3D3D. Windows color (decimal): -4651496 or 1574585. OLE color: 1574585.

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

Color convert

RGB 185 6 24 -
CMYK 0 0.97 0.87 0.27
HSL 353.97º 0.94% 0.37% -
HSV(B) 353.97º 0.97% 0.73% -
XYZ 20.24 10.51 1.83 -
YUV 61.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 185 6 24 0 0.97 0.87 0.27 353.97 0.94 0.37
Hex B9 6 18 0 61 57 1B 162 5E 25
Octal 271 6 30 0 141 127 33 542 136 45
Binary 10111001 110 11000 0 1100001 1010111 11011 101100010 1011110 100101

Color Harmonies of #B90618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90618

Black with #B90618

Text Example


Text Example

White with #B90618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90618; }

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

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

background-color css

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

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

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

border-color css

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

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

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