Html Css Color HEX #BA080B Venetian Red

📋 copy color: '#BA080B'

red 186 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #BA080B

Tints of Venetian Red #BA080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 90.73%
G = 3.9%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA080B (or 0xBA080B) is known color: Venetian Red. HEX triplet: BA, 08 and 0B. RGB value is (186,8,11). Sum of RGB (Red+Green+Blue) = 186+8+11=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA080B is #45F7F4. Grayscale: #3D3D3D. Windows color (decimal): -4585461 or 723130. OLE color: 723130.

HSL color Cylindrical-coordinate representation of color #BA080B: hue angle of 358.99º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 11 -
CMYK 0 0.96 0.94 0.27
HSL 358.99º 0.92% 0.38% -
HSV(B) 358.99º 0.96% 0.73% -
XYZ 20.4 10.64 1.29 -
YUV 61.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 186 8 11 0 0.96 0.94 0.27 358.99 0.92 0.38
Hex BA 8 B 0 60 5E 1B 167 5C 26
Octal 272 10 13 0 140 136 33 547 134 46
Binary 10111010 1000 1011 0 1100000 1011110 11011 101100111 1011100 100110

Color Harmonies of #BA080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA080B

Black with #BA080B

Text Example


Text Example

White with #BA080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA080B; }

 p { color: rgb(186,8,11); }

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

background-color css

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

 a { background-color: rgb(186,8,11); }

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

border-color css

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

 span { border-color: rgb(186,8,11); }

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