Html Css Color HEX #B8071D Venetian Red

📋 copy color: '#B8071D'

red 184 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #B8071D

Tints of Venetian Red #B8071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 83.64%
G = 3.18%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8071D (or 0xB8071D) is known color: Venetian Red. HEX triplet: B8, 07 and 1D. RGB value is (184,7,29). Sum of RGB (Red+Green+Blue) = 184+7+29=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071D is #47F8E2. Grayscale: #3E3E3E. Windows color (decimal): -4716771 or 1902520. OLE color: 1902520.

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

Color convert

RGB 184 7 29 -
CMYK 0 0.96 0.84 0.28
HSL 352.54º 0.93% 0.37% -
HSV(B) 352.54º 0.96% 0.72% -
XYZ 20.06 10.43 2.12 -
YUV 62.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 184 7 29 0 0.96 0.84 0.28 352.54 0.93 0.37
Hex B8 7 1D 0 60 54 1C 161 5D 25
Octal 270 7 35 0 140 124 34 541 135 45
Binary 10111000 111 11101 0 1100000 1010100 11100 101100001 1011101 100101

Color Harmonies of #B8071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8071D

Black with #B8071D

Text Example


Text Example

White with #B8071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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