Html Css Color HEX #B80726 Venetian Red

📋 copy color: '#B80726'

red 184 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #B80726

Tints of Venetian Red #B80726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

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

R = 80.35%
G = 3.06%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80726 (or 0xB80726) is known color: Venetian Red. HEX triplet: B8, 07 and 26. RGB value is (184,7,38). Sum of RGB (Red+Green+Blue) = 184+7+38=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B80726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80726 is #47F8D9. Grayscale: #3F3F3F. Windows color (decimal): -4716762 or 2492344. OLE color: 2492344.

HSL color Cylindrical-coordinate representation of color #B80726: hue angle of 349.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80726 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 38 -
CMYK 0 0.96 0.79 0.28
HSL 349.49º 0.93% 0.37% -
HSV(B) 349.49º 0.96% 0.72% -
XYZ 20.19 10.48 2.79 -
YUV 63.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 184 7 38 0 0.96 0.79 0.28 349.49 0.93 0.37
Hex B8 7 26 0 60 4F 1C 15D 5D 25
Octal 270 7 46 0 140 117 34 535 135 45
Binary 10111000 111 100110 0 1100000 1001111 11100 101011101 1011101 100101

Color Harmonies of #B80726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80726

Black with #B80726

Text Example


Text Example

White with #B80726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80726; }

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

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

background-color css

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

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

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

border-color css

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

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

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