Html Css Color HEX #BA0901 Free Speech Red

📋 copy color: '#BA0901'

red 186 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #BA0901

Tints of Free Speech Red #BA0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 94.9%
G = 4.59%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA0901 (or 0xBA0901) is known color: Free Speech Red. HEX triplet: BA, 09 and 01. RGB value is (186,9,1). Sum of RGB (Red+Green+Blue) = 186+9+1=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0901 is #45F6FE. Grayscale: #3D3D3D. Windows color (decimal): -4585215 or 68026. OLE color: 68026.

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

Color convert

RGB 186 9 1 -
CMYK 0 0.95 0.99 0.27
HSL 2.59º 0.99% 0.37% -
HSV(B) 2.59º 0.99% 0.73% -
XYZ 20.35 10.64 1.01 -
YUV 61.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 186 9 1 0 0.95 0.99 0.27 2.59 0.99 0.37
Hex BA 9 1 0 5F 63 1B 3 63 25
Octal 272 11 1 0 137 143 33 3 143 45
Binary 10111010 1001 1 0 1011111 1100011 11011 11 1100011 100101

Color Harmonies of #BA0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0901

Black with #BA0901

Text Example


Text Example

White with #BA0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0901; }

 p { color: rgb(186,9,1); }

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

background-color css

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

 a { background-color: rgb(186,9,1); }

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

border-color css

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

 span { border-color: rgb(186,9,1); }

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