Html Css Color HEX #BA130F Free Speech Red

📋 copy color: '#BA130F'

red 186 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #BA130F

Tints of Free Speech Red #BA130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 84.55%
G = 8.64%
B = 6.82%

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

#BA130F (or 0xBA130F) is known color: Free Speech Red. HEX triplet: BA, 13 and 0F. RGB value is (186,19,15). Sum of RGB (Red+Green+Blue) = 186+19+15=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA130F is #45ECF0. Grayscale: #444444. Windows color (decimal): -4582641 or 988090. OLE color: 988090.

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

Color convert

RGB 186 19 15 -
CMYK 0 0.90 0.92 0.27
HSL 1.4º 0.85% 0.39% -
HSV(B) 1.4º 0.92% 0.73% -
XYZ 20.57 10.94 1.48 -
YUV 68.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 186 19 15 0 0.90 0.92 0.27 1.4 0.85 0.39
Hex BA 13 F 0 5A 5C 1B 1 55 27
Octal 272 23 17 0 132 134 33 1 125 47
Binary 10111010 10011 1111 0 1011010 1011100 11011 1 1010101 100111

Color Harmonies of #BA130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA130F

Black with #BA130F

Text Example


Text Example

White with #BA130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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