Html Css Color HEX #BA0209 Venetian Red

📋 copy color: '#BA0209'

red 186 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #BA0209

Tints of Venetian Red #BA0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 94.42%
G = 1.02%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0209 (or 0xBA0209) is known color: Venetian Red. HEX triplet: BA, 02 and 09. RGB value is (186,2,9). Sum of RGB (Red+Green+Blue) = 186+2+9=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0209 is #45FDF6. Grayscale: #393939. Windows color (decimal): -4586999 or 590522. OLE color: 590522.

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

Color convert

RGB 186 2 9 -
CMYK 0 0.99 0.95 0.27
HSL 357.72º 0.98% 0.37% -
HSV(B) 357.72º 0.99% 0.73% -
XYZ 20.32 10.5 1.21 -
YUV 57.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 186 2 9 0 0.99 0.95 0.27 357.72 0.98 0.37
Hex BA 2 9 0 63 5F 1B 166 62 25
Octal 272 2 11 0 143 137 33 546 142 45
Binary 10111010 10 1001 0 1100011 1011111 11011 101100110 1100010 100101

Color Harmonies of #BA0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0209

Black with #BA0209

Text Example


Text Example

White with #BA0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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