Html Css Color HEX #BA091D Venetian Red

📋 copy color: '#BA091D'

red 186 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #BA091D

Tints of Venetian Red #BA091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 83.04%
G = 4.02%
B = 12.95%

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

#BA091D (or 0xBA091D) is known color: Venetian Red. HEX triplet: BA, 09 and 1D. RGB value is (186,9,29). Sum of RGB (Red+Green+Blue) = 186+9+29=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA091D is #45F6E2. Grayscale: #404040. Windows color (decimal): -4585187 or 1903034. OLE color: 1903034.

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

Color convert

RGB 186 9 29 -
CMYK 0 0.95 0.84 0.27
HSL 353.22º 0.91% 0.38% -
HSV(B) 353.22º 0.95% 0.73% -
XYZ 20.57 10.72 2.15 -
YUV 64.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 186 9 29 0 0.95 0.84 0.27 353.22 0.91 0.38
Hex BA 9 1D 0 5F 54 1B 161 5B 26
Octal 272 11 35 0 137 124 33 541 133 46
Binary 10111010 1001 11101 0 1011111 1010100 11011 101100001 1011011 100110

Color Harmonies of #BA091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA091D

Black with #BA091D

Text Example


Text Example

White with #BA091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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