Html Css Color HEX #BA0704 Free Speech Red

📋 copy color: '#BA0704'

red 186 ◦ green 7 ◦ blue 4

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

Shades of Free Speech Red #BA0704

Tints of Free Speech Red #BA0704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 94.42%
G = 3.55%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA0704 (or 0xBA0704) is known color: Free Speech Red. HEX triplet: BA, 07 and 04. RGB value is (186,7,4). Sum of RGB (Red+Green+Blue) = 186+7+4=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0704 is #45F8FB. Grayscale: #3C3C3C. Windows color (decimal): -4585724 or 264122. OLE color: 264122.

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

Color convert

RGB 186 7 4 -
CMYK 0 0.96 0.98 0.27
HSL 0.99º 0.96% 0.37% -
HSV(B) 0.99º 0.98% 0.73% -
XYZ 20.35 10.6 1.09 -
YUV 60.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 186 7 4 0 0.96 0.98 0.27 0.99 0.96 0.37
Hex BA 7 4 0 60 62 1B 1 60 25
Octal 272 7 4 0 140 142 33 1 140 45
Binary 10111010 111 100 0 1100000 1100010 11011 1 1100000 100101

Color Harmonies of #BA0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0704

Black with #BA0704

Text Example


Text Example

White with #BA0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0704; }

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

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

background-color css

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

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

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

border-color css

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

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

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