Html Css Color HEX #BA0107 Venetian Red

📋 copy color: '#BA0107'

red 186 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #BA0107

Tints of Venetian Red #BA0107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 95.88%
G = 0.52%
B = 3.61%

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

#BA0107 (or 0xBA0107) is known color: Venetian Red. HEX triplet: BA, 01 and 07. RGB value is (186,1,7). Sum of RGB (Red+Green+Blue) = 186+1+7=194 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.88% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0107 is #45FEF8. Grayscale: #393939. Windows color (decimal): -4587257 or 459194. OLE color: 459194.

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

Color convert

RGB 186 1 7 -
CMYK 0 0.99 0.96 0.27
HSL 358.05º 0.99% 0.37% -
HSV(B) 358.05º 0.99% 0.73% -
XYZ 20.3 10.48 1.15 -
YUV 57 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 186 1 7 0 0.99 0.96 0.27 358.05 0.99 0.37
Hex BA 1 7 0 63 60 1B 166 63 25
Octal 272 1 7 0 143 140 33 546 143 45
Binary 10111010 1 111 0 1100011 1100000 11011 101100110 1100011 100101

Color Harmonies of #BA0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0107

Black with #BA0107

Text Example


Text Example

White with #BA0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0107; }

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

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

background-color css

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

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

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

border-color css

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

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

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