Html Css Color HEX #B8000F Venetian Red

📋 copy color: '#B8000F'

red 184 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #B8000F

Tints of Venetian Red #B8000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 92.46%
G = 0%
B = 7.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8000F (or 0xB8000F) is known color: Venetian Red. HEX triplet: B8, 00 and 0F. RGB value is (184,0,15). Sum of RGB (Red+Green+Blue) = 184+0+15=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B8000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8000F is #47FFF0. Grayscale: #383838. Windows color (decimal): -4718577 or 983224. OLE color: 983224.

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

Color convert

RGB 184 0 15 -
CMYK 0 1 0.92 0.28
HSL 355.11º 1% 0.36% -
HSV(B) 355.11º 1% 0.72% -
XYZ 19.85 10.22 1.38 -
YUV 56.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 184 0 15 0 1 0.92 0.28 355.11 1 0.36
Hex B8 0 F 0 64 5C 1C 163 64 24
Octal 270 0 17 0 144 134 34 543 144 44
Binary 10111000 0 1111 0 1100100 1011100 11100 101100011 1100100 100100

Color Harmonies of #B8000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8000F

Black with #B8000F

Text Example


Text Example

White with #B8000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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