Html Css Color HEX #BA0712 Venetian Red

📋 copy color: '#BA0712'

red 186 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #BA0712

Tints of Venetian Red #BA0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 88.15%
G = 3.32%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0712 (or 0xBA0712) is known color: Venetian Red. HEX triplet: BA, 07 and 12. RGB value is (186,7,18). Sum of RGB (Red+Green+Blue) = 186+7+18=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0712 is #45F8ED. Grayscale: #3D3D3D. Windows color (decimal): -4585710 or 1181626. OLE color: 1181626.

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

Color convert

RGB 186 7 18 -
CMYK 0 0.96 0.90 0.27
HSL 356.31º 0.93% 0.38% -
HSV(B) 356.31º 0.96% 0.73% -
XYZ 20.43 10.63 1.55 -
YUV 61.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 186 7 18 0 0.96 0.90 0.27 356.31 0.93 0.38
Hex BA 7 12 0 60 5A 1B 164 5D 26
Octal 272 7 22 0 140 132 33 544 135 46
Binary 10111010 111 10010 0 1100000 1011010 11011 101100100 1011101 100110

Color Harmonies of #BA0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0712

Black with #BA0712

Text Example


Text Example

White with #BA0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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