Html Css Color HEX #B90E1C Venetian Red

📋 copy color: '#B90E1C'

red 185 ◦ green 14 ◦ blue 28

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

Shades of Venetian Red #B90E1C

Tints of Venetian Red #B90E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 81.5%
G = 6.17%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B90E1C (or 0xB90E1C) is known color: Venetian Red. HEX triplet: B9, 0E and 1C. RGB value is (185,14,28). Sum of RGB (Red+Green+Blue) = 185+14+28=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E1C is #46F1E3. Grayscale: #424242. Windows color (decimal): -4649444 or 1838777. OLE color: 1838777.

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

Color convert

RGB 185 14 28 -
CMYK 0 0.92 0.85 0.27
HSL 355.09º 0.86% 0.39% -
HSV(B) 355.09º 0.92% 0.73% -
XYZ 20.37 10.71 2.09 -
YUV 66.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 185 14 28 0 0.92 0.85 0.27 355.09 0.86 0.39
Hex B9 E 1C 0 5C 55 1B 163 56 27
Octal 271 16 34 0 134 125 33 543 126 47
Binary 10111001 1110 11100 0 1011100 1010101 11011 101100011 1010110 100111

Color Harmonies of #B90E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E1C

Black with #B90E1C

Text Example


Text Example

White with #B90E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E1C; }

 p { color: rgb(185,14,28); }

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

background-color css

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

 a { background-color: rgb(185,14,28); }

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

border-color css

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

 span { border-color: rgb(185,14,28); }

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