Html Css Color HEX #BA0923 Venetian Red

📋 copy color: '#BA0923'

red 186 ◦ green 9 ◦ blue 35

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

Shades of Venetian Red #BA0923

Tints of Venetian Red #BA0923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.22%

R = 80.87%
G = 3.91%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0923 (or 0xBA0923) is known color: Venetian Red. HEX triplet: BA, 09 and 23. RGB value is (186,9,35). Sum of RGB (Red+Green+Blue) = 186+9+35=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0923 is #45F6DC. Grayscale: #404040. Windows color (decimal): -4585181 or 2296250. OLE color: 2296250.

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

Color convert

RGB 186 9 35 -
CMYK 0 0.95 0.81 0.27
HSL 351.19º 0.91% 0.38% -
HSV(B) 351.19º 0.95% 0.73% -
XYZ 20.65 10.76 2.58 -
YUV 64.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 186 9 35 0 0.95 0.81 0.27 351.19 0.91 0.38
Hex BA 9 23 0 5F 51 1B 15F 5B 26
Octal 272 11 43 0 137 121 33 537 133 46
Binary 10111010 1001 100011 0 1011111 1010001 11011 101011111 1011011 100110

Color Harmonies of #BA0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0923

Black with #BA0923

Text Example


Text Example

White with #BA0923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0923; }

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

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

background-color css

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

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

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

border-color css

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

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

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