Html Css Color HEX #BA0B25 Venetian Red

📋 copy color: '#BA0B25'

red 186 ◦ green 11 ◦ blue 37

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

Shades of Venetian Red #BA0B25

Tints of Venetian Red #BA0B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 79.49%
G = 4.7%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0B25 (or 0xBA0B25) is known color: Venetian Red. HEX triplet: BA, 0B and 25. RGB value is (186,11,37). Sum of RGB (Red+Green+Blue) = 186+11+37=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B25 is #45F4DA. Grayscale: #424242. Windows color (decimal): -4584667 or 2427834. OLE color: 2427834.

HSL color Cylindrical-coordinate representation of color #BA0B25: hue angle of 351.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B25 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 11 37 -
CMYK 0 0.94 0.80 0.27
HSL 351.09º 0.89% 0.39% -
HSV(B) 351.09º 0.94% 0.73% -
XYZ 20.7 10.81 2.75 -
YUV 66.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 186 11 37 0 0.94 0.80 0.27 351.09 0.89 0.39
Hex BA B 25 0 5E 50 1B 15F 59 27
Octal 272 13 45 0 136 120 33 537 131 47
Binary 10111010 1011 100101 0 1011110 1010000 11011 101011111 1011001 100111

Color Harmonies of #BA0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B25

Black with #BA0B25

Text Example


Text Example

White with #BA0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B25; }

 p { color: rgb(186,11,37); }

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

background-color css

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

 a { background-color: rgb(186,11,37); }

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

border-color css

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

 span { border-color: rgb(186,11,37); }

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