Html Css Color HEX #BA0409 Venetian Red

📋 copy color: '#BA0409'

red 186 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #BA0409

Tints of Venetian Red #BA0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 93.47%
G = 2.01%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0409 (or 0xBA0409) is known color: Venetian Red. HEX triplet: BA, 04 and 09. RGB value is (186,4,9). Sum of RGB (Red+Green+Blue) = 186+4+9=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0409 is #45FBF6. Grayscale: #3B3B3B. Windows color (decimal): -4586487 or 591034. OLE color: 591034.

HSL color Cylindrical-coordinate representation of color #BA0409: hue angle of 358.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 9 -
CMYK 0 0.98 0.95 0.27
HSL 358.35º 0.96% 0.37% -
HSV(B) 358.35º 0.98% 0.73% -
XYZ 20.34 10.55 1.22 -
YUV 58.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 186 4 9 0 0.98 0.95 0.27 358.35 0.96 0.37
Hex BA 4 9 0 62 5F 1B 166 60 25
Octal 272 4 11 0 142 137 33 546 140 45
Binary 10111010 100 1001 0 1100010 1011111 11011 101100110 1100000 100101

Color Harmonies of #BA0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0409

Black with #BA0409

Text Example


Text Example

White with #BA0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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