Html Css Color HEX #BA120F Free Speech Red

📋 copy color: '#BA120F'

red 186 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #BA120F

Tints of Free Speech Red #BA120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 15 (6.25% from 255) = 6.85%

R = 84.93%
G = 8.22%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA120F (or 0xBA120F) is known color: Free Speech Red. HEX triplet: BA, 12 and 0F. RGB value is (186,18,15). Sum of RGB (Red+Green+Blue) = 186+18+15=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA120F is #45EDF0. Grayscale: #444444. Windows color (decimal): -4582897 or 987834. OLE color: 987834.

HSL color Cylindrical-coordinate representation of color #BA120F: hue angle of 1.05º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA120F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 15 -
CMYK 0 0.90 0.92 0.27
HSL 1.05º 0.85% 0.39% -
HSV(B) 1.05º 0.92% 0.73% -
XYZ 20.55 10.91 1.47 -
YUV 67.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 186 18 15 0 0.90 0.92 0.27 1.05 0.85 0.39
Hex BA 12 F 0 5A 5C 1B 1 55 27
Octal 272 22 17 0 132 134 33 1 125 47
Binary 10111010 10010 1111 0 1011010 1011100 11011 1 1010101 100111

Color Harmonies of #BA120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA120F

Black with #BA120F

Text Example


Text Example

White with #BA120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA120F; }

 p { color: rgb(186,18,15); }

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

background-color css

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

 a { background-color: rgb(186,18,15); }

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

border-color css

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

 span { border-color: rgb(186,18,15); }

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