Html Css Color HEX #BA151B Venetian Red

📋 copy color: '#BA151B'

red 186 ◦ green 21 ◦ blue 27

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

Shades of Venetian Red #BA151B

Tints of Venetian Red #BA151B

RGB

 RED value IS 186 (73.05% from 255) = 79.49%

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 79.49%
G = 8.97%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA151B (or 0xBA151B) is known color: Venetian Red. HEX triplet: BA, 15 and 1B. RGB value is (186,21,27). Sum of RGB (Red+Green+Blue) = 186+21+27=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA151B is #45EAE4. Grayscale: #474747. Windows color (decimal): -4582117 or 1775034. OLE color: 1775034.

HSL color Cylindrical-coordinate representation of color #BA151B: hue angle of 357.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA151B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 27 -
CMYK 0 0.89 0.85 0.27
HSL 357.82º 0.8% 0.41% -
HSV(B) 357.82º 0.89% 0.73% -
XYZ 20.72 11.05 2.08 -
YUV 71.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 186 21 27 0 0.89 0.85 0.27 357.82 0.8 0.41
Hex BA 15 1B 0 59 55 1B 166 50 29
Octal 272 25 33 0 131 125 33 546 120 51
Binary 10111010 10101 11011 0 1011001 1010101 11011 101100110 1010000 101001

Color Harmonies of #BA151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA151B

Black with #BA151B

Text Example


Text Example

White with #BA151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA151B; }

 p { color: rgb(186,21,27); }

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

background-color css

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

 a { background-color: rgb(186,21,27); }

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

border-color css

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

 span { border-color: rgb(186,21,27); }

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