Html Css Color HEX #B8011B Venetian Red

📋 copy color: '#B8011B'

red 184 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #B8011B

Tints of Venetian Red #B8011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 86.79%
G = 0.47%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8011B (or 0xB8011B) is known color: Venetian Red. HEX triplet: B8, 01 and 1B. RGB value is (184,1,27). Sum of RGB (Red+Green+Blue) = 184+1+27=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B8011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8011B is #47FEE4. Grayscale: #3A3A3A. Windows color (decimal): -4718309 or 1769912. OLE color: 1769912.

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

Color convert

RGB 184 1 27 -
CMYK 0 0.99 0.85 0.28
HSL 351.48º 0.99% 0.36% -
HSV(B) 351.48º 0.99% 0.72% -
XYZ 19.98 10.29 1.97 -
YUV 58.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 184 1 27 0 0.99 0.85 0.28 351.48 0.99 0.36
Hex B8 1 1B 0 63 55 1C 15F 63 24
Octal 270 1 33 0 143 125 34 537 143 44
Binary 10111000 1 11011 0 1100011 1010101 11100 101011111 1100011 100100

Color Harmonies of #B8011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8011B

Black with #B8011B

Text Example


Text Example

White with #B8011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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