Html Css Color HEX #BA1503 Free Speech Red

📋 copy color: '#BA1503'

red 186 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #BA1503

Tints of Free Speech Red #BA1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 88.57%
G = 10%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1503 (or 0xBA1503) is known color: Free Speech Red. HEX triplet: BA, 15 and 03. RGB value is (186,21,3). Sum of RGB (Red+Green+Blue) = 186+21+3=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1503 is #45EAFC. Grayscale: #444444. Windows color (decimal): -4582141 or 202170. OLE color: 202170.

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

Color convert

RGB 186 21 3 -
CMYK 0 0.89 0.98 0.27
HSL 5.9º 0.97% 0.37% -
HSV(B) 5.9º 0.98% 0.73% -
XYZ 20.53 10.98 1.12 -
YUV 68.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 186 21 3 0 0.89 0.98 0.27 5.9 0.97 0.37
Hex BA 15 3 0 59 62 1B 6 61 25
Octal 272 25 3 0 131 142 33 6 141 45
Binary 10111010 10101 11 0 1011001 1100010 11011 110 1100001 100101

Color Harmonies of #BA1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1503

Black with #BA1503

Text Example


Text Example

White with #BA1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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