Html Css Color HEX #BA0925 Venetian Red

📋 copy color: '#BA0925'

red 186 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #BA0925

Tints of Venetian Red #BA0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 80.17%
G = 3.88%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0925 (or 0xBA0925) is known color: Venetian Red. HEX triplet: BA, 09 and 25. RGB value is (186,9,37). Sum of RGB (Red+Green+Blue) = 186+9+37=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0925 is #45F6DA. Grayscale: #414141. Windows color (decimal): -4585179 or 2427322. OLE color: 2427322.

HSL color Cylindrical-coordinate representation of color #BA0925: hue angle of 350.51º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0925 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 37 -
CMYK 0 0.95 0.80 0.27
HSL 350.51º 0.91% 0.38% -
HSV(B) 350.51º 0.95% 0.73% -
XYZ 20.68 10.77 2.74 -
YUV 65.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 186 9 37 0 0.95 0.80 0.27 350.51 0.91 0.38
Hex BA 9 25 0 5F 50 1B 15F 5B 26
Octal 272 11 45 0 137 120 33 537 133 46
Binary 10111010 1001 100101 0 1011111 1010000 11011 101011111 1011011 100110

Color Harmonies of #BA0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0925

Black with #BA0925

Text Example


Text Example

White with #BA0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0925; }

 p { color: rgb(186,9,37); }

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

background-color css

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

 a { background-color: rgb(186,9,37); }

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

border-color css

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

 span { border-color: rgb(186,9,37); }

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