Html Css Color HEX #BA1A07 Free Speech Red

📋 copy color: '#BA1A07'

red 186 ◦ green 26 ◦ blue 7

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

Shades of Free Speech Red #BA1A07

Tints of Free Speech Red #BA1A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 7 (3.13% from 255) = 3.2%

R = 84.93%
G = 11.87%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA1A07 (or 0xBA1A07) is known color: Free Speech Red. HEX triplet: BA, 1A and 07. RGB value is (186,26,7). Sum of RGB (Red+Green+Blue) = 186+26+7=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A07 is #45E5F8. Grayscale: #474747. Windows color (decimal): -4580857 or 465594. OLE color: 465594.

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

Color convert

RGB 186 26 7 -
CMYK 0 0.86 0.96 0.27
HSL 6.37º 0.93% 0.38% -
HSV(B) 6.37º 0.96% 0.73% -
XYZ 20.66 11.19 1.27 -
YUV 71.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 186 26 7 0 0.86 0.96 0.27 6.37 0.93 0.38
Hex BA 1A 7 0 56 60 1B 6 5D 26
Octal 272 32 7 0 126 140 33 6 135 46
Binary 10111010 11010 111 0 1010110 1100000 11011 110 1011101 100110

Color Harmonies of #BA1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A07

Black with #BA1A07

Text Example


Text Example

White with #BA1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A07; }

 p { color: rgb(186,26,7); }

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

background-color css

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

 a { background-color: rgb(186,26,7); }

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

border-color css

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

 span { border-color: rgb(186,26,7); }

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