Html Css Color HEX #B80926 Venetian Red

📋 copy color: '#B80926'

red 184 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #B80926

Tints of Venetian Red #B80926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 79.65%
G = 3.9%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80926 (or 0xB80926) is known color: Venetian Red. HEX triplet: B8, 09 and 26. RGB value is (184,9,38). Sum of RGB (Red+Green+Blue) = 184+9+38=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B80926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80926 is #47F6D9. Grayscale: #404040. Windows color (decimal): -4716250 or 2492856. OLE color: 2492856.

HSL color Cylindrical-coordinate representation of color #B80926: hue angle of 350.06º 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 #B80926 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 38 -
CMYK 0 0.95 0.79 0.28
HSL 350.06º 0.91% 0.38% -
HSV(B) 350.06º 0.95% 0.72% -
XYZ 20.21 10.53 2.8 -
YUV 64.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 184 9 38 0 0.95 0.79 0.28 350.06 0.91 0.38
Hex B8 9 26 0 5F 4F 1C 15E 5B 26
Octal 270 11 46 0 137 117 34 536 133 46
Binary 10111000 1001 100110 0 1011111 1001111 11100 101011110 1011011 100110

Color Harmonies of #B80926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80926

Black with #B80926

Text Example


Text Example

White with #B80926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80926; }

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

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

background-color css

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

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

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

border-color css

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

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

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