Html Css Color HEX #BA150C Free Speech Red

📋 copy color: '#BA150C'

red 186 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #BA150C

Tints of Free Speech Red #BA150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 84.93%
G = 9.59%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA150C (or 0xBA150C) is known color: Free Speech Red. HEX triplet: BA, 15 and 0C. RGB value is (186,21,12). Sum of RGB (Red+Green+Blue) = 186+21+12=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150C is #45EAF3. Grayscale: #454545. Windows color (decimal): -4582132 or 791994. OLE color: 791994.

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

Color convert

RGB 186 21 12 -
CMYK 0 0.89 0.94 0.27
HSL 3.1º 0.88% 0.39% -
HSV(B) 3.1º 0.94% 0.73% -
XYZ 20.58 11 1.39 -
YUV 69.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 186 21 12 0 0.89 0.94 0.27 3.1 0.88 0.39
Hex BA 15 C 0 59 5E 1B 3 58 27
Octal 272 25 14 0 131 136 33 3 130 47
Binary 10111010 10101 1100 0 1011001 1011110 11011 11 1011000 100111

Color Harmonies of #BA150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA150C

Black with #BA150C

Text Example


Text Example

White with #BA150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA150C; }

 p { color: rgb(186,21,12); }

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

background-color css

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

 a { background-color: rgb(186,21,12); }

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

border-color css

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

 span { border-color: rgb(186,21,12); }

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