Html Css Color HEX #B90C19 Venetian Red

📋 copy color: '#B90C19'

red 185 ◦ green 12 ◦ blue 25

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

Shades of Venetian Red #B90C19

Tints of Venetian Red #B90C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 83.33%
G = 5.41%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B90C19 (or 0xB90C19) is known color: Venetian Red. HEX triplet: B9, 0C and 19. RGB value is (185,12,25). Sum of RGB (Red+Green+Blue) = 185+12+25=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C19 is #46F3E6. Grayscale: #414141. Windows color (decimal): -4649959 or 1641657. OLE color: 1641657.

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

Color convert

RGB 185 12 25 -
CMYK 0 0.94 0.86 0.27
HSL 355.49º 0.88% 0.39% -
HSV(B) 355.49º 0.94% 0.73% -
XYZ 20.31 10.65 1.9 -
YUV 65.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 185 12 25 0 0.94 0.86 0.27 355.49 0.88 0.39
Hex B9 C 19 0 5E 56 1B 163 58 27
Octal 271 14 31 0 136 126 33 543 130 47
Binary 10111001 1100 11001 0 1011110 1010110 11011 101100011 1011000 100111

Color Harmonies of #B90C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C19

Black with #B90C19

Text Example


Text Example

White with #B90C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C19; }

 p { color: rgb(185,12,25); }

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

background-color css

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

 a { background-color: rgb(185,12,25); }

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

border-color css

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

 span { border-color: rgb(185,12,25); }

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