Html Css Color HEX #B90324 Venetian Red

📋 copy color: '#B90324'

red 185 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #B90324

Tints of Venetian Red #B90324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 82.59%
G = 1.34%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90324 (or 0xB90324) is known color: Venetian Red. HEX triplet: B9, 03 and 24. RGB value is (185,3,36). Sum of RGB (Red+Green+Blue) = 185+3+36=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90324 is #46FCDB. Grayscale: #3D3D3D. Windows color (decimal): -4652252 or 2360249. OLE color: 2360249.

HSL color Cylindrical-coordinate representation of color #B90324: hue angle of 349.12º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90324 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 36 -
CMYK 0 0.98 0.81 0.27
HSL 349.12º 0.97% 0.37% -
HSV(B) 349.12º 0.98% 0.73% -
XYZ 20.36 10.51 2.62 -
YUV 61.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 185 3 36 0 0.98 0.81 0.27 349.12 0.97 0.37
Hex B9 3 24 0 62 51 1B 15D 61 25
Octal 271 3 44 0 142 121 33 535 141 45
Binary 10111001 11 100100 0 1100010 1010001 11011 101011101 1100001 100101

Color Harmonies of #B90324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90324

Black with #B90324

Text Example


Text Example

White with #B90324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90324; }

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

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

background-color css

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

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

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

border-color css

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

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

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