Html Css Color HEX #BA0601 Free Speech Red

📋 copy color: '#BA0601'

red 186 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #BA0601

Tints of Free Speech Red #BA0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 96.37%
G = 3.11%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA0601 (or 0xBA0601) is known color: Free Speech Red. HEX triplet: BA, 06 and 01. RGB value is (186,6,1). Sum of RGB (Red+Green+Blue) = 186+6+1=193 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.37% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0601 is #45F9FE. Grayscale: #3B3B3B. Windows color (decimal): -4585983 or 67258. OLE color: 67258.

HSL color Cylindrical-coordinate representation of color #BA0601: hue angle of 1.62º 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 #BA0601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 1 -
CMYK 0 0.97 0.99 0.27
HSL 1.62º 0.99% 0.37% -
HSV(B) 1.62º 0.99% 0.73% -
XYZ 20.32 10.57 1 -
YUV 59.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 186 6 1 0 0.97 0.99 0.27 1.62 0.99 0.37
Hex BA 6 1 0 61 63 1B 2 63 25
Octal 272 6 1 0 141 143 33 2 143 45
Binary 10111010 110 1 0 1100001 1100011 11011 10 1100011 100101

Color Harmonies of #BA0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0601

Black with #BA0601

Text Example


Text Example

White with #BA0601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0601; }

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

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

background-color css

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

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

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

border-color css

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

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

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