Html Css Color HEX #BA0105 Venetian Red

📋 copy color: '#BA0105'

red 186 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #BA0105

Tints of Venetian Red #BA0105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 96.88%
G = 0.52%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0105 (or 0xBA0105) is known color: Venetian Red. HEX triplet: BA, 01 and 05. RGB value is (186,1,5). Sum of RGB (Red+Green+Blue) = 186+1+5=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0105 is #45FEFA. Grayscale: #383838. Windows color (decimal): -4587259 or 328122. OLE color: 328122.

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

Color convert

RGB 186 1 5 -
CMYK 0 0.99 0.97 0.27
HSL 358.7º 0.99% 0.37% -
HSV(B) 358.7º 0.99% 0.73% -
XYZ 20.29 10.47 1.1 -
YUV 56.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 186 1 5 0 0.99 0.97 0.27 358.7 0.99 0.37
Hex BA 1 5 0 63 61 1B 167 63 25
Octal 272 1 5 0 143 141 33 547 143 45
Binary 10111010 1 101 0 1100011 1100001 11011 101100111 1100011 100101

Color Harmonies of #BA0105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0105

Black with #BA0105

Text Example


Text Example

White with #BA0105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0105; }

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

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

background-color css

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

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

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

border-color css

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

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

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