Html Css Color HEX #BA1307 Free Speech Red

📋 copy color: '#BA1307'

red 186 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #BA1307

Tints of Free Speech Red #BA1307

RGB

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

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

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

R = 87.74%
G = 8.96%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA1307 (or 0xBA1307) is known color: Free Speech Red. HEX triplet: BA, 13 and 07. RGB value is (186,19,7). Sum of RGB (Red+Green+Blue) = 186+19+7=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1307 is #45ECF8. Grayscale: #434343. Windows color (decimal): -4582649 or 463802. OLE color: 463802.

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

Color convert

RGB 186 19 7 -
CMYK 0 0.90 0.96 0.27
HSL 4.02º 0.93% 0.38% -
HSV(B) 4.02º 0.96% 0.73% -
XYZ 20.52 10.92 1.23 -
YUV 67.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 186 19 7 0 0.90 0.96 0.27 4.02 0.93 0.38
Hex BA 13 7 0 5A 60 1B 4 5D 26
Octal 272 23 7 0 132 140 33 4 135 46
Binary 10111010 10011 111 0 1011010 1100000 11011 100 1011101 100110

Color Harmonies of #BA1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1307

Black with #BA1307

Text Example


Text Example

White with #BA1307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1307; }

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

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

background-color css

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

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

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

border-color css

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

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

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