Html Css Color HEX #B90512 Venetian Red

📋 copy color: '#B90512'

red 185 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #B90512

Tints of Venetian Red #B90512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 88.94%
G = 2.4%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90512 (or 0xB90512) is known color: Venetian Red. HEX triplet: B9, 05 and 12. RGB value is (185,5,18). Sum of RGB (Red+Green+Blue) = 185+5+18=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90512 is #46FAED. Grayscale: #3C3C3C. Windows color (decimal): -4651758 or 1181113. OLE color: 1181113.

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

Color convert

RGB 185 5 18 -
CMYK 0 0.97 0.90 0.27
HSL 355.67º 0.95% 0.37% -
HSV(B) 355.67º 0.97% 0.73% -
XYZ 20.17 10.47 1.53 -
YUV 60.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 185 5 18 0 0.97 0.90 0.27 355.67 0.95 0.37
Hex B9 5 12 0 61 5A 1B 164 5F 25
Octal 271 5 22 0 141 132 33 544 137 45
Binary 10111001 101 10010 0 1100001 1011010 11011 101100100 1011111 100101

Color Harmonies of #B90512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90512

Black with #B90512

Text Example


Text Example

White with #B90512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90512; }

 p { color: rgb(185,5,18); }

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

background-color css

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

 a { background-color: rgb(185,5,18); }

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

border-color css

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

 span { border-color: rgb(185,5,18); }

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