Html Css Color HEX #BA031F Venetian Red

📋 copy color: '#BA031F'

red 186 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #BA031F

Tints of Venetian Red #BA031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 84.55%
G = 1.36%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA031F (or 0xBA031F) is known color: Venetian Red. HEX triplet: BA, 03 and 1F. RGB value is (186,3,31). Sum of RGB (Red+Green+Blue) = 186+3+31=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA031F is #45FCE0. Grayscale: #3C3C3C. Windows color (decimal): -4586721 or 2032570. OLE color: 2032570.

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

Color convert

RGB 186 3 31 -
CMYK 0 0.98 0.83 0.27
HSL 350.82º 0.97% 0.37% -
HSV(B) 350.82º 0.98% 0.73% -
XYZ 20.53 10.6 2.26 -
YUV 60.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 186 3 31 0 0.98 0.83 0.27 350.82 0.97 0.37
Hex BA 3 1F 0 62 53 1B 15F 61 25
Octal 272 3 37 0 142 123 33 537 141 45
Binary 10111010 11 11111 0 1100010 1010011 11011 101011111 1100001 100101

Color Harmonies of #BA031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA031F

Black with #BA031F

Text Example


Text Example

White with #BA031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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