Html Css Color HEX #BA0700 Free Speech Red

📋 copy color: '#BA0700'

red 186 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #BA0700

Tints of Free Speech Red #BA0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 96.37%
G = 3.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA0700 (or 0xBA0700) is known color: Free Speech Red. HEX triplet: BA, 07 and 00. RGB value is (186,7,0). Sum of RGB (Red+Green+Blue) = 186+7+0=193 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.37% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0700 is #45F8FF. Grayscale: #3B3B3B. Windows color (decimal): -4585728 or 1978. OLE color: 1978.

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

Color convert

RGB 186 7 0 -
CMYK 0 0.96 1 0.27
HSL 2.26º 1% 0.36% -
HSV(B) 2.26º 1% 0.73% -
XYZ 20.33 10.59 0.97 -
YUV 59.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 186 7 0 0 0.96 1 0.27 2.26 1 0.36
Hex BA 7 0 0 60 64 1B 2 64 24
Octal 272 7 0 0 140 144 33 2 144 44
Binary 10111010 111 0 0 1100000 1100100 11011 10 1100100 100100

Color Harmonies of #BA0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0700

Black with #BA0700

Text Example


Text Example

White with #BA0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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