Html Css Color HEX #BA120A Free Speech Red

📋 copy color: '#BA120A'

red 186 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #BA120A

Tints of Free Speech Red #BA120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 86.92%
G = 8.41%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA120A (or 0xBA120A) is known color: Free Speech Red. HEX triplet: BA, 12 and 0A. RGB value is (186,18,10). Sum of RGB (Red+Green+Blue) = 186+18+10=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA120A is #45EDF5. Grayscale: #434343. Windows color (decimal): -4582902 or 660154. OLE color: 660154.

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

Color convert

RGB 186 18 10 -
CMYK 0 0.90 0.95 0.27
HSL 2.73º 0.9% 0.38% -
HSV(B) 2.73º 0.95% 0.73% -
XYZ 20.52 10.89 1.31 -
YUV 67.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 186 18 10 0 0.90 0.95 0.27 2.73 0.9 0.38
Hex BA 12 A 0 5A 5F 1B 3 5A 26
Octal 272 22 12 0 132 137 33 3 132 46
Binary 10111010 10010 1010 0 1011010 1011111 11011 11 1011010 100110

Color Harmonies of #BA120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA120A

Black with #BA120A

Text Example


Text Example

White with #BA120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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