Html Css Color HEX #BA0926 Venetian Red

📋 copy color: '#BA0926'

red 186 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #BA0926

Tints of Venetian Red #BA0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 79.83%
G = 3.86%
B = 16.31%

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

#BA0926 (or 0xBA0926) is known color: Venetian Red. HEX triplet: BA, 09 and 26. RGB value is (186,9,38). Sum of RGB (Red+Green+Blue) = 186+9+38=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0926 is #45F6D9. Grayscale: #414141. Windows color (decimal): -4585178 or 2492858. OLE color: 2492858.

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

Color convert

RGB 186 9 38 -
CMYK 0 0.95 0.80 0.27
HSL 350.17º 0.91% 0.38% -
HSV(B) 350.17º 0.95% 0.73% -
XYZ 20.7 10.77 2.82 -
YUV 65.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 186 9 38 0 0.95 0.80 0.27 350.17 0.91 0.38
Hex BA 9 26 0 5F 50 1B 15E 5B 26
Octal 272 11 46 0 137 120 33 536 133 46
Binary 10111010 1001 100110 0 1011111 1010000 11011 101011110 1011011 100110

Color Harmonies of #BA0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0926

Black with #BA0926

Text Example


Text Example

White with #BA0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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