Html Css Color HEX #B80127 Venetian Red

📋 copy color: '#B80127'

red 184 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #B80127

Tints of Venetian Red #B80127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 82.14%
G = 0.45%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80127 (or 0xB80127) is known color: Venetian Red. HEX triplet: B8, 01 and 27. RGB value is (184,1,39). Sum of RGB (Red+Green+Blue) = 184+1+39=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80127 is #47FED8. Grayscale: #3C3C3C. Windows color (decimal): -4718297 or 2556344. OLE color: 2556344.

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

Color convert

RGB 184 1 39 -
CMYK 0 0.99 0.79 0.28
HSL 347.54º 0.99% 0.36% -
HSV(B) 347.54º 0.99% 0.72% -
XYZ 20.14 10.36 2.86 -
YUV 60.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 184 1 39 0 0.99 0.79 0.28 347.54 0.99 0.36
Hex B8 1 27 0 63 4F 1C 15C 63 24
Octal 270 1 47 0 143 117 34 534 143 44
Binary 10111000 1 100111 0 1100011 1001111 11100 101011100 1100011 100100

Color Harmonies of #B80127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80127

Black with #B80127

Text Example


Text Example

White with #B80127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80127; }

 p { color: rgb(184,1,39); }

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

background-color css

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

 a { background-color: rgb(184,1,39); }

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

border-color css

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

 span { border-color: rgb(184,1,39); }

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