Html Css Color HEX #B80F1F Venetian Red

📋 copy color: '#B80F1F'

red 184 ◦ green 15 ◦ blue 31

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

Shades of Venetian Red #B80F1F

Tints of Venetian Red #B80F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 80%
G = 6.52%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80F1F (or 0xB80F1F) is known color: Venetian Red. HEX triplet: B8, 0F and 1F. RGB value is (184,15,31). Sum of RGB (Red+Green+Blue) = 184+15+31=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F1F is #47F0E0. Grayscale: #434343. Windows color (decimal): -4714721 or 2035640. OLE color: 2035640.

HSL color Cylindrical-coordinate representation of color #B80F1F: hue angle of 354.32º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F1F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 15 31 -
CMYK 0 0.92 0.83 0.28
HSL 354.32º 0.85% 0.39% -
HSV(B) 354.32º 0.92% 0.72% -
XYZ 20.19 10.63 2.28 -
YUV 67.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 184 15 31 0 0.92 0.83 0.28 354.32 0.85 0.39
Hex B8 F 1F 0 5C 53 1C 162 55 27
Octal 270 17 37 0 134 123 34 542 125 47
Binary 10111000 1111 11111 0 1011100 1010011 11100 101100010 1010101 100111

Color Harmonies of #B80F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F1F

Black with #B80F1F

Text Example


Text Example

White with #B80F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F1F; }

 p { color: rgb(184,15,31); }

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

background-color css

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

 a { background-color: rgb(184,15,31); }

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

border-color css

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

 span { border-color: rgb(184,15,31); }

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