Html Css Color HEX #BA061F Venetian Red

📋 copy color: '#BA061F'

red 186 ◦ green 6 ◦ blue 31

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

Shades of Venetian Red #BA061F

Tints of Venetian Red #BA061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 83.41%
G = 2.69%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA061F (or 0xBA061F) is known color: Venetian Red. HEX triplet: BA, 06 and 1F. RGB value is (186,6,31). Sum of RGB (Red+Green+Blue) = 186+6+31=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA061F is #45F9E0. Grayscale: #3E3E3E. Windows color (decimal): -4585953 or 2033338. OLE color: 2033338.

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

Color convert

RGB 186 6 31 -
CMYK 0 0.97 0.83 0.27
HSL 351.67º 0.94% 0.38% -
HSV(B) 351.67º 0.97% 0.73% -
XYZ 20.56 10.67 2.27 -
YUV 62.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 186 6 31 0 0.97 0.83 0.27 351.67 0.94 0.38
Hex BA 6 1F 0 61 53 1B 160 5E 26
Octal 272 6 37 0 141 123 33 540 136 46
Binary 10111010 110 11111 0 1100001 1010011 11011 101100000 1011110 100110

Color Harmonies of #BA061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA061F

Black with #BA061F

Text Example


Text Example

White with #BA061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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