Html Css Color HEX #BA091E Venetian Red

📋 copy color: '#BA091E'

red 186 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #BA091E

Tints of Venetian Red #BA091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 82.67%
G = 4%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA091E (or 0xBA091E) is known color: Venetian Red. HEX triplet: BA, 09 and 1E. RGB value is (186,9,30). Sum of RGB (Red+Green+Blue) = 186+9+30=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA091E is #45F6E1. Grayscale: #404040. Windows color (decimal): -4585186 or 1968570. OLE color: 1968570.

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

Color convert

RGB 186 9 30 -
CMYK 0 0.95 0.84 0.27
HSL 352.88º 0.91% 0.38% -
HSV(B) 352.88º 0.95% 0.73% -
XYZ 20.58 10.73 2.21 -
YUV 64.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 186 9 30 0 0.95 0.84 0.27 352.88 0.91 0.38
Hex BA 9 1E 0 5F 54 1B 161 5B 26
Octal 272 11 36 0 137 124 33 541 133 46
Binary 10111010 1001 11110 0 1011111 1010100 11011 101100001 1011011 100110

Color Harmonies of #BA091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA091E

Black with #BA091E

Text Example


Text Example

White with #BA091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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