Html Css Color HEX #BA1A01 Free Speech Red

📋 copy color: '#BA1A01'

red 186 ◦ green 26 ◦ blue 1

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

Shades of Free Speech Red #BA1A01

Tints of Free Speech Red #BA1A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 87.32%
G = 12.21%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA1A01 (or 0xBA1A01) is known color: Free Speech Red. HEX triplet: BA, 1A and 01. RGB value is (186,26,1). Sum of RGB (Red+Green+Blue) = 186+26+1=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A01 is #45E5FE. Grayscale: #474747. Windows color (decimal): -4580863 or 72378. OLE color: 72378.

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

Color convert

RGB 186 26 1 -
CMYK 0 0.86 0.99 0.27
HSL 8.11º 0.99% 0.37% -
HSV(B) 8.11º 0.99% 0.73% -
XYZ 20.62 11.18 1.1 -
YUV 70.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 186 26 1 0 0.86 0.99 0.27 8.11 0.99 0.37
Hex BA 1A 1 0 56 63 1B 8 63 25
Octal 272 32 1 0 126 143 33 10 143 45
Binary 10111010 11010 1 0 1010110 1100011 11011 1000 1100011 100101

Color Harmonies of #BA1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A01

Black with #BA1A01

Text Example


Text Example

White with #BA1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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