Html Css Color HEX #BA0921 Venetian Red

📋 copy color: '#BA0921'

red 186 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #BA0921

Tints of Venetian Red #BA0921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 81.58%
G = 3.95%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0921 (or 0xBA0921) is known color: Venetian Red. HEX triplet: BA, 09 and 21. RGB value is (186,9,33). Sum of RGB (Red+Green+Blue) = 186+9+33=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0921 is #45F6DE. Grayscale: #404040. Windows color (decimal): -4585183 or 2165178. OLE color: 2165178.

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

Color convert

RGB 186 9 33 -
CMYK 0 0.95 0.82 0.27
HSL 351.86º 0.91% 0.38% -
HSV(B) 351.86º 0.95% 0.73% -
XYZ 20.62 10.74 2.43 -
YUV 64.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 186 9 33 0 0.95 0.82 0.27 351.86 0.91 0.38
Hex BA 9 21 0 5F 52 1B 160 5B 26
Octal 272 11 41 0 137 122 33 540 133 46
Binary 10111010 1001 100001 0 1011111 1010010 11011 101100000 1011011 100110

Color Harmonies of #BA0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0921

Black with #BA0921

Text Example


Text Example

White with #BA0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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