Html Css Color HEX #B90D12 Venetian Red

📋 copy color: '#B90D12'

red 185 ◦ green 13 ◦ blue 18

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

Shades of Venetian Red #B90D12

Tints of Venetian Red #B90D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.02%

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

R = 85.65%
G = 6.02%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90D12 (or 0xB90D12) is known color: Venetian Red. HEX triplet: B9, 0D and 12. RGB value is (185,13,18). Sum of RGB (Red+Green+Blue) = 185+13+18=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D12 is #46F2ED. Grayscale: #414141. Windows color (decimal): -4649710 or 1183161. OLE color: 1183161.

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

Color convert

RGB 185 13 18 -
CMYK 0 0.93 0.90 0.27
HSL 358.26º 0.87% 0.39% -
HSV(B) 358.26º 0.93% 0.73% -
XYZ 20.26 10.65 1.56 -
YUV 65 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 185 13 18 0 0.93 0.90 0.27 358.26 0.87 0.39
Hex B9 D 12 0 5D 5A 1B 166 57 27
Octal 271 15 22 0 135 132 33 546 127 47
Binary 10111001 1101 10010 0 1011101 1011010 11011 101100110 1010111 100111

Color Harmonies of #B90D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D12

Black with #B90D12

Text Example


Text Example

White with #B90D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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