Html Css Color HEX #B90714 Venetian Red

📋 copy color: '#B90714'

red 185 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #B90714

Tints of Venetian Red #B90714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 87.26%
G = 3.3%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90714 (or 0xB90714) is known color: Venetian Red. HEX triplet: B9, 07 and 14. RGB value is (185,7,20). Sum of RGB (Red+Green+Blue) = 185+7+20=212 (28% of max value = 765). Red value is 185 (72.66% from 255 or 87.26% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 185 - color contains mainly: red. Hex color #B90714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90714 is #46F8EB. Grayscale: #3D3D3D. Windows color (decimal): -4651244 or 1312697. OLE color: 1312697.

HSL color Cylindrical-coordinate representation of color #B90714: hue angle of 355.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90714 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 20 -
CMYK 0 0.96 0.89 0.27
HSL 355.62º 0.93% 0.38% -
HSV(B) 355.62º 0.96% 0.73% -
XYZ 20.21 10.52 1.63 -
YUV 61.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 185 7 20 0 0.96 0.89 0.27 355.62 0.93 0.38
Hex B9 7 14 0 60 59 1B 164 5D 26
Octal 271 7 24 0 140 131 33 544 135 46
Binary 10111001 111 10100 0 1100000 1011001 11011 101100100 1011101 100110

Color Harmonies of #B90714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90714

Black with #B90714

Text Example


Text Example

White with #B90714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90714; }

 p { color: rgb(185,7,20); }

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

background-color css

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

 a { background-color: rgb(185,7,20); }

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

border-color css

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

 span { border-color: rgb(185,7,20); }

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