Html Css Color HEX #BA130B Free Speech Red

📋 copy color: '#BA130B'

red 186 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #BA130B

Tints of Free Speech Red #BA130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 86.11%
G = 8.8%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA130B (or 0xBA130B) is known color: Free Speech Red. HEX triplet: BA, 13 and 0B. RGB value is (186,19,11). Sum of RGB (Red+Green+Blue) = 186+19+11=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA130B is #45ECF4. Grayscale: #444444. Windows color (decimal): -4582645 or 725946. OLE color: 725946.

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

Color convert

RGB 186 19 11 -
CMYK 0 0.90 0.94 0.27
HSL 2.74º 0.89% 0.39% -
HSV(B) 2.74º 0.94% 0.73% -
XYZ 20.54 10.93 1.34 -
YUV 68.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 186 19 11 0 0.90 0.94 0.27 2.74 0.89 0.39
Hex BA 13 B 0 5A 5E 1B 3 59 27
Octal 272 23 13 0 132 136 33 3 131 47
Binary 10111010 10011 1011 0 1011010 1011110 11011 11 1011001 100111

Color Harmonies of #BA130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA130B

Black with #BA130B

Text Example


Text Example

White with #BA130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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