Html Css Color HEX #B90C1E Venetian Red

📋 copy color: '#B90C1E'

red 185 ◦ green 12 ◦ blue 30

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

Shades of Venetian Red #B90C1E

Tints of Venetian Red #B90C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 81.5%
G = 5.29%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B90C1E (or 0xB90C1E) is known color: Venetian Red. HEX triplet: B9, 0C and 1E. RGB value is (185,12,30). Sum of RGB (Red+Green+Blue) = 185+12+30=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1E is #46F3E1. Grayscale: #414141. Windows color (decimal): -4649954 or 1969337. OLE color: 1969337.

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

Color convert

RGB 185 12 30 -
CMYK 0 0.94 0.84 0.27
HSL 353.76º 0.88% 0.39% -
HSV(B) 353.76º 0.94% 0.73% -
XYZ 20.37 10.67 2.21 -
YUV 65.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 185 12 30 0 0.94 0.84 0.27 353.76 0.88 0.39
Hex B9 C 1E 0 5E 54 1B 162 58 27
Octal 271 14 36 0 136 124 33 542 130 47
Binary 10111001 1100 11110 0 1011110 1010100 11011 101100010 1011000 100111

Color Harmonies of #B90C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C1E

Black with #B90C1E

Text Example


Text Example

White with #B90C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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