Html Css Color HEX #BA131D Venetian Red

📋 copy color: '#BA131D'

red 186 ◦ green 19 ◦ blue 29

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

Shades of Venetian Red #BA131D

Tints of Venetian Red #BA131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 79.49%
G = 8.12%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA131D (or 0xBA131D) is known color: Venetian Red. HEX triplet: BA, 13 and 1D. RGB value is (186,19,29). Sum of RGB (Red+Green+Blue) = 186+19+29=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA131D is #45ECE2. Grayscale: #464646. Windows color (decimal): -4582627 or 1905594. OLE color: 1905594.

HSL color Cylindrical-coordinate representation of color #BA131D: hue angle of 356.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA131D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 29 -
CMYK 0 0.90 0.84 0.27
HSL 356.41º 0.81% 0.4% -
HSV(B) 356.41º 0.9% 0.73% -
XYZ 20.7 10.99 2.19 -
YUV 70.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 186 19 29 0 0.90 0.84 0.27 356.41 0.81 0.4
Hex BA 13 1D 0 5A 54 1B 164 51 28
Octal 272 23 35 0 132 124 33 544 121 50
Binary 10111010 10011 11101 0 1011010 1010100 11011 101100100 1010001 101000

Color Harmonies of #BA131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA131D

Black with #BA131D

Text Example


Text Example

White with #BA131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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