Html Css Color HEX #B90328 Venetian Red

📋 copy color: '#B90328'

red 185 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #B90328

Tints of Venetian Red #B90328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 81.14%
G = 1.32%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B90328 (or 0xB90328) is known color: Venetian Red. HEX triplet: B9, 03 and 28. RGB value is (185,3,40). Sum of RGB (Red+Green+Blue) = 185+3+40=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B90328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90328 is #46FCD7. Grayscale: #3D3D3D. Windows color (decimal): -4652248 or 2622393. OLE color: 2622393.

HSL color Cylindrical-coordinate representation of color #B90328: hue angle of 347.8º 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 #B90328 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 40 -
CMYK 0 0.98 0.78 0.27
HSL 347.8º 0.97% 0.37% -
HSV(B) 347.8º 0.98% 0.73% -
XYZ 20.42 10.53 2.96 -
YUV 61.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 185 3 40 0 0.98 0.78 0.27 347.8 0.97 0.37
Hex B9 3 28 0 62 4E 1B 15C 61 25
Octal 271 3 50 0 142 116 33 534 141 45
Binary 10111001 11 101000 0 1100010 1001110 11011 101011100 1100001 100101

Color Harmonies of #B90328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90328

Black with #B90328

Text Example


Text Example

White with #B90328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90328; }

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

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

background-color css

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

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

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

border-color css

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

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

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