Html Css Color HEX #B90F24 Venetian Red

📋 copy color: '#B90F24'

red 185 ◦ green 15 ◦ blue 36

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

Shades of Venetian Red #B90F24

Tints of Venetian Red #B90F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 78.39%
G = 6.36%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90F24 (or 0xB90F24) is known color: Venetian Red. HEX triplet: B9, 0F and 24. RGB value is (185,15,36). Sum of RGB (Red+Green+Blue) = 185+15+36=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F24 is #46F0DB. Grayscale: #444444. Windows color (decimal): -4649180 or 2363321. OLE color: 2363321.

HSL color Cylindrical-coordinate representation of color #B90F24: hue angle of 352.59º degrees, saturation: 0.85, 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 #B90F24 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 15 36 -
CMYK 0 0.92 0.81 0.27
HSL 352.59º 0.85% 0.39% -
HSV(B) 352.59º 0.92% 0.73% -
XYZ 20.5 10.78 2.67 -
YUV 68.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 185 15 36 0 0.92 0.81 0.27 352.59 0.85 0.39
Hex B9 F 24 0 5C 51 1B 161 55 27
Octal 271 17 44 0 134 121 33 541 125 47
Binary 10111001 1111 100100 0 1011100 1010001 11011 101100001 1010101 100111

Color Harmonies of #B90F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F24

Black with #B90F24

Text Example


Text Example

White with #B90F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F24; }

 p { color: rgb(185,15,36); }

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

background-color css

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

 a { background-color: rgb(185,15,36); }

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

border-color css

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

 span { border-color: rgb(185,15,36); }

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