Html Css Color HEX #B90025 Venetian Red

📋 copy color: '#B90025'

red 185 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #B90025

Tints of Venetian Red #B90025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B90025 (or 0xB90025) is known color: Venetian Red. HEX triplet: B9, 00 and 25. RGB value is (185,0,37). Sum of RGB (Red+Green+Blue) = 185+0+37=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90025 is #46FFDA. Grayscale: #3B3B3B. Windows color (decimal): -4653019 or 2425017. OLE color: 2425017.

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

Color convert

RGB 185 0 37 -
CMYK 0 1 0.80 0.27
HSL 348º 1% 0.36% -
HSV(B) 348º 1% 0.73% -
XYZ 20.34 10.45 2.69 -
YUV 59.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 185 0 37 0 1 0.80 0.27 348 1 0.36
Hex B9 0 25 0 64 50 1B 15C 64 24
Octal 271 0 45 0 144 120 33 534 144 44
Binary 10111001 0 100101 0 1100100 1010000 11011 101011100 1100100 100100

Color Harmonies of #B90025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90025

Black with #B90025

Text Example


Text Example

White with #B90025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90025; }

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

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

background-color css

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

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

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

border-color css

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

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

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