Html Css Color HEX #BA031D Venetian Red

📋 copy color: '#BA031D'

red 186 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #BA031D

Tints of Venetian Red #BA031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 85.32%
G = 1.38%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA031D (or 0xBA031D) is known color: Venetian Red. HEX triplet: BA, 03 and 1D. RGB value is (186,3,29). Sum of RGB (Red+Green+Blue) = 186+3+29=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA031D is #45FCE2. Grayscale: #3C3C3C. Windows color (decimal): -4586723 or 1901498. OLE color: 1901498.

HSL color Cylindrical-coordinate representation of color #BA031D: hue angle of 351.48º degrees, saturation: 0.97, 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 #BA031D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 29 -
CMYK 0 0.98 0.84 0.27
HSL 351.48º 0.97% 0.37% -
HSV(B) 351.48º 0.98% 0.73% -
XYZ 20.5 10.59 2.13 -
YUV 60.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 186 3 29 0 0.98 0.84 0.27 351.48 0.97 0.37
Hex BA 3 1D 0 62 54 1B 15F 61 25
Octal 272 3 35 0 142 124 33 537 141 45
Binary 10111010 11 11101 0 1100010 1010100 11011 101011111 1100001 100101

Color Harmonies of #BA031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA031D

Black with #BA031D

Text Example


Text Example

White with #BA031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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