Html Css Color HEX #B90C25 Venetian Red

📋 copy color: '#B90C25'

red 185 ◦ green 12 ◦ blue 37

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

Shades of Venetian Red #B90C25

Tints of Venetian Red #B90C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 79.06%
G = 5.13%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B90C25 (or 0xB90C25) is known color: Venetian Red. HEX triplet: B9, 0C and 25. RGB value is (185,12,37). Sum of RGB (Red+Green+Blue) = 185+12+37=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C25 is #46F3DA. Grayscale: #424242. Windows color (decimal): -4649947 or 2428089. OLE color: 2428089.

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

Color convert

RGB 185 12 37 -
CMYK 0 0.94 0.80 0.27
HSL 351.33º 0.88% 0.39% -
HSV(B) 351.33º 0.94% 0.73% -
XYZ 20.47 10.71 2.74 -
YUV 66.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 185 12 37 0 0.94 0.80 0.27 351.33 0.88 0.39
Hex B9 C 25 0 5E 50 1B 15F 58 27
Octal 271 14 45 0 136 120 33 537 130 47
Binary 10111001 1100 100101 0 1011110 1010000 11011 101011111 1011000 100111

Color Harmonies of #B90C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C25

Black with #B90C25

Text Example


Text Example

White with #B90C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C25; }

 p { color: rgb(185,12,37); }

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

background-color css

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

 a { background-color: rgb(185,12,37); }

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

border-color css

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

 span { border-color: rgb(185,12,37); }

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