Html Css Color HEX #BA0108 Venetian Red

📋 copy color: '#BA0108'

red 186 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #BA0108

Tints of Venetian Red #BA0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 95.38%
G = 0.51%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA0108 (or 0xBA0108) is known color: Venetian Red. HEX triplet: BA, 01 and 08. RGB value is (186,1,8). Sum of RGB (Red+Green+Blue) = 186+1+8=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0108 is #45FEF7. Grayscale: #393939. Windows color (decimal): -4587256 or 524730. OLE color: 524730.

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

Color convert

RGB 186 1 8 -
CMYK 0 0.99 0.96 0.27
HSL 357.73º 0.99% 0.37% -
HSV(B) 357.73º 0.99% 0.73% -
XYZ 20.3 10.48 1.18 -
YUV 57.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 186 1 8 0 0.99 0.96 0.27 357.73 0.99 0.37
Hex BA 1 8 0 63 60 1B 166 63 25
Octal 272 1 10 0 143 140 33 546 143 45
Binary 10111010 1 1000 0 1100011 1100000 11011 101100110 1100011 100101

Color Harmonies of #BA0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0108

Black with #BA0108

Text Example


Text Example

White with #BA0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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