Html Css Color HEX #BA0008 Venetian Red

📋 copy color: '#BA0008'

red 186 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #BA0008

Tints of Venetian Red #BA0008

RGB

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

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

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

R = 95.88%
G = 0%
B = 4.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA0008 (or 0xBA0008) is known color: Venetian Red. HEX triplet: BA, 00 and 08. RGB value is (186,0,8). Sum of RGB (Red+Green+Blue) = 186+0+8=194 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.88% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0008 is #45FFF7. Grayscale: #383838. Windows color (decimal): -4587512 or 524474. OLE color: 524474.

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

Color convert

RGB 186 0 8 -
CMYK 0 1 0.96 0.27
HSL 357.42º 1% 0.36% -
HSV(B) 357.42º 1% 0.73% -
XYZ 20.29 10.46 1.18 -
YUV 56.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 186 0 8 0 1 0.96 0.27 357.42 1 0.36
Hex BA 0 8 0 64 60 1B 165 64 24
Octal 272 0 10 0 144 140 33 545 144 44
Binary 10111010 0 1000 0 1100100 1100000 11011 101100101 1100100 100100

Color Harmonies of #BA0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0008

Black with #BA0008

Text Example


Text Example

White with #BA0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0008; }

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

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

background-color css

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

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

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

border-color css

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

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

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