Html Css Color HEX #BA130D Free Speech Red

📋 copy color: '#BA130D'

red 186 ◦ green 19 ◦ blue 13

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

Shades of Free Speech Red #BA130D

Tints of Free Speech Red #BA130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 85.32%
G = 8.72%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA130D (or 0xBA130D) is known color: Free Speech Red. HEX triplet: BA, 13 and 0D. RGB value is (186,19,13). Sum of RGB (Red+Green+Blue) = 186+19+13=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA130D is #45ECF2. Grayscale: #444444. Windows color (decimal): -4582643 or 857018. OLE color: 857018.

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

Color convert

RGB 186 19 13 -
CMYK 0 0.90 0.93 0.27
HSL 2.08º 0.87% 0.39% -
HSV(B) 2.08º 0.93% 0.73% -
XYZ 20.56 10.93 1.41 -
YUV 68.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 186 19 13 0 0.90 0.93 0.27 2.08 0.87 0.39
Hex BA 13 D 0 5A 5D 1B 2 57 27
Octal 272 23 15 0 132 135 33 2 127 47
Binary 10111010 10011 1101 0 1011010 1011101 11011 10 1010111 100111

Color Harmonies of #BA130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA130D

Black with #BA130D

Text Example


Text Example

White with #BA130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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