Html Css Color HEX #B80925 Venetian Red

📋 copy color: '#B80925'

red 184 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #B80925

Tints of Venetian Red #B80925

RGB

 RED value IS 184 (72.27% from 255) = 80%

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 80%
G = 3.91%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80925 (or 0xB80925) is known color: Venetian Red. HEX triplet: B8, 09 and 25. RGB value is (184,9,37). Sum of RGB (Red+Green+Blue) = 184+9+37=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B80925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80925 is #47F6DA. Grayscale: #404040. Windows color (decimal): -4716251 or 2427320. OLE color: 2427320.

HSL color Cylindrical-coordinate representation of color #B80925: hue angle of 350.4º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80925 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 37 -
CMYK 0 0.95 0.80 0.28
HSL 350.4º 0.91% 0.38% -
HSV(B) 350.4º 0.95% 0.72% -
XYZ 20.2 10.52 2.72 -
YUV 64.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 184 9 37 0 0.95 0.80 0.28 350.4 0.91 0.38
Hex B8 9 25 0 5F 50 1C 15E 5B 26
Octal 270 11 45 0 137 120 34 536 133 46
Binary 10111000 1001 100101 0 1011111 1010000 11100 101011110 1011011 100110

Color Harmonies of #B80925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80925

Black with #B80925

Text Example


Text Example

White with #B80925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80925; }

 p { color: rgb(184,9,37); }

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

background-color css

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

 a { background-color: rgb(184,9,37); }

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

border-color css

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

 span { border-color: rgb(184,9,37); }

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