Html Css Color HEX #BA0D26 Venetian Red

📋 copy color: '#BA0D26'

red 186 ◦ green 13 ◦ blue 38

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

Shades of Venetian Red #BA0D26

Tints of Venetian Red #BA0D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 78.48%
G = 5.49%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0D26 (or 0xBA0D26) is known color: Venetian Red. HEX triplet: BA, 0D and 26. RGB value is (186,13,38). Sum of RGB (Red+Green+Blue) = 186+13+38=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D26 is #45F2D9. Grayscale: #434343. Windows color (decimal): -4584154 or 2493882. OLE color: 2493882.

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

Color convert

RGB 186 13 38 -
CMYK 0 0.93 0.80 0.27
HSL 351.33º 0.87% 0.39% -
HSV(B) 351.33º 0.93% 0.73% -
XYZ 20.74 10.87 2.84 -
YUV 67.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 186 13 38 0 0.93 0.80 0.27 351.33 0.87 0.39
Hex BA D 26 0 5D 50 1B 15F 57 27
Octal 272 15 46 0 135 120 33 537 127 47
Binary 10111010 1101 100110 0 1011101 1010000 11011 101011111 1010111 100111

Color Harmonies of #BA0D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D26

Black with #BA0D26

Text Example


Text Example

White with #BA0D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D26; }

 p { color: rgb(186,13,38); }

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

background-color css

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

 a { background-color: rgb(186,13,38); }

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

border-color css

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

 span { border-color: rgb(186,13,38); }

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