Html Css Color HEX #B80B25 Venetian Red

📋 copy color: '#B80B25'

red 184 ◦ green 11 ◦ blue 37

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

Shades of Venetian Red #B80B25

Tints of Venetian Red #B80B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

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

R = 79.31%
G = 4.74%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80B25 (or 0xB80B25) is known color: Venetian Red. HEX triplet: B8, 0B and 25. RGB value is (184,11,37). Sum of RGB (Red+Green+Blue) = 184+11+37=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B25 is #47F4DA. Grayscale: #414141. Windows color (decimal): -4715739 or 2427832. OLE color: 2427832.

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

Color convert

RGB 184 11 37 -
CMYK 0 0.94 0.80 0.28
HSL 350.98º 0.89% 0.38% -
HSV(B) 350.98º 0.94% 0.72% -
XYZ 20.22 10.56 2.72 -
YUV 65.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 184 11 37 0 0.94 0.80 0.28 350.98 0.89 0.38
Hex B8 B 25 0 5E 50 1C 15F 59 26
Octal 270 13 45 0 136 120 34 537 131 46
Binary 10111000 1011 100101 0 1011110 1010000 11100 101011111 1011001 100110

Color Harmonies of #B80B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B25

Black with #B80B25

Text Example


Text Example

White with #B80B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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