Html Css Color HEX #B90A0D Venetian Red

📋 copy color: '#B90A0D'

red 185 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #B90A0D

Tints of Venetian Red #B90A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 88.94%
G = 4.81%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B90A0D (or 0xB90A0D) is known color: Venetian Red. HEX triplet: B9, 0A and 0D. RGB value is (185,10,13). Sum of RGB (Red+Green+Blue) = 185+10+13=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90A0D is #46F5F2. Grayscale: #3E3E3E. Windows color (decimal): -4650483 or 854713. OLE color: 854713.

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

Color convert

RGB 185 10 13 -
CMYK 0 0.95 0.93 0.27
HSL 358.97º 0.9% 0.38% -
HSV(B) 358.97º 0.95% 0.73% -
XYZ 20.19 10.56 1.36 -
YUV 62.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 185 10 13 0 0.95 0.93 0.27 358.97 0.9 0.38
Hex B9 A D 0 5F 5D 1B 167 5A 26
Octal 271 12 15 0 137 135 33 547 132 46
Binary 10111001 1010 1101 0 1011111 1011101 11011 101100111 1011010 100110

Color Harmonies of #B90A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A0D

Black with #B90A0D

Text Example


Text Example

White with #B90A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A0D; }

 p { color: rgb(185,10,13); }

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

background-color css

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

 a { background-color: rgb(185,10,13); }

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

border-color css

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

 span { border-color: rgb(185,10,13); }

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