Html Css Color HEX #BA0A00 Free Speech Red

📋 copy color: '#BA0A00'

red 186 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #BA0A00

Tints of Free Speech Red #BA0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.1%

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

R = 94.9%
G = 5.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA0A00 (or 0xBA0A00) is known color: Free Speech Red. HEX triplet: BA, 0A and 00. RGB value is (186,10,0). Sum of RGB (Red+Green+Blue) = 186+10+0=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A00 is #45F5FF. Grayscale: #3D3D3D. Windows color (decimal): -4584960 or 2746. OLE color: 2746.

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

Color convert

RGB 186 10 0 -
CMYK 0 0.95 1 0.27
HSL 3.23º 1% 0.36% -
HSV(B) 3.23º 1% 0.73% -
XYZ 20.36 10.66 0.98 -
YUV 61.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 186 10 0 0 0.95 1 0.27 3.23 1 0.36
Hex BA A 0 0 5F 64 1B 3 64 24
Octal 272 12 0 0 137 144 33 3 144 44
Binary 10111010 1010 0 0 1011111 1100100 11011 11 1100100 100100

Color Harmonies of #BA0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A00

Black with #BA0A00

Text Example


Text Example

White with #BA0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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