Html Css Color HEX #BA0927 Venetian Red

📋 copy color: '#BA0927'

red 186 ◦ green 9 ◦ blue 39

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

Shades of Venetian Red #BA0927

Tints of Venetian Red #BA0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 79.49%
G = 3.85%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA0927 (or 0xBA0927) is known color: Venetian Red. HEX triplet: BA, 09 and 27. RGB value is (186,9,39). Sum of RGB (Red+Green+Blue) = 186+9+39=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0927 is #45F6D8. Grayscale: #414141. Windows color (decimal): -4585177 or 2558394. OLE color: 2558394.

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

Color convert

RGB 186 9 39 -
CMYK 0 0.95 0.79 0.27
HSL 349.83º 0.91% 0.38% -
HSV(B) 349.83º 0.95% 0.73% -
XYZ 20.71 10.78 2.91 -
YUV 65.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 186 9 39 0 0.95 0.79 0.27 349.83 0.91 0.38
Hex BA 9 27 0 5F 4F 1B 15E 5B 26
Octal 272 11 47 0 137 117 33 536 133 46
Binary 10111010 1001 100111 0 1011111 1001111 11011 101011110 1011011 100110

Color Harmonies of #BA0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0927

Black with #BA0927

Text Example


Text Example

White with #BA0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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