Html Css Color HEX #BA1D00 Free Speech Red

📋 copy color: '#BA1D00'

red 186 ◦ green 29 ◦ blue 0

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

Shades of Free Speech Red #BA1D00

Tints of Free Speech Red #BA1D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.51%
G = 13.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA1D00 (or 0xBA1D00) is known color: Free Speech Red. HEX triplet: BA, 1D and 00. RGB value is (186,29,0). Sum of RGB (Red+Green+Blue) = 186+29+0=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D00 is #45E2FF. Grayscale: #484848. Windows color (decimal): -4580096 or 7610. OLE color: 7610.

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

Color convert

RGB 186 29 0 -
CMYK 0 0.84 1 0.27
HSL 9.35º 1% 0.36% -
HSV(B) 9.35º 1% 0.73% -
XYZ 20.69 11.32 1.09 -
YUV 72.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 186 29 0 0 0.84 1 0.27 9.35 1 0.36
Hex BA 1D 0 0 54 64 1B 9 64 24
Octal 272 35 0 0 124 144 33 11 144 44
Binary 10111010 11101 0 0 1010100 1100100 11011 1001 1100100 100100

Color Harmonies of #BA1D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D00

Black with #BA1D00

Text Example


Text Example

White with #BA1D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D00; }

 p { color: rgb(186,29,0); }

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

background-color css

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

 a { background-color: rgb(186,29,0); }

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

border-color css

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

 span { border-color: rgb(186,29,0); }

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