Html Css Color HEX #BA091B Venetian Red

📋 copy color: '#BA091B'

red 186 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #BA091B

Tints of Venetian Red #BA091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 83.78%
G = 4.05%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA091B (or 0xBA091B) is known color: Venetian Red. HEX triplet: BA, 09 and 1B. RGB value is (186,9,27). Sum of RGB (Red+Green+Blue) = 186+9+27=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA091B is #45F6E4. Grayscale: #404040. Windows color (decimal): -4585189 or 1771962. OLE color: 1771962.

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

Color convert

RGB 186 9 27 -
CMYK 0 0.95 0.85 0.27
HSL 353.9º 0.91% 0.38% -
HSV(B) 353.9º 0.95% 0.73% -
XYZ 20.55 10.71 2.02 -
YUV 63.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 186 9 27 0 0.95 0.85 0.27 353.9 0.91 0.38
Hex BA 9 1B 0 5F 55 1B 162 5B 26
Octal 272 11 33 0 137 125 33 542 133 46
Binary 10111010 1001 11011 0 1011111 1010101 11011 101100010 1011011 100110

Color Harmonies of #BA091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA091B

Black with #BA091B

Text Example


Text Example

White with #BA091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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