Html Css Color HEX #B40100 Free Speech Red

📋 copy color: '#B40100'

red 180 ◦ green 1 ◦ blue 0

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

Shades of Free Speech Red #B40100

Tints of Free Speech Red #B40100

RGB

 RED value IS 180 (70.7% from 255) = 99.45%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.45%
G = 0.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40100 (or 0xB40100) is known color: Free Speech Red. HEX triplet: B4, 01 and 00. RGB value is (180,1,0). Sum of RGB (Red+Green+Blue) = 180+1+0=181 (23% of max value = 765). Red value is 180 (70.70% from 255 or 99.45% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 180 - color contains mainly: red. Hex color #B40100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40100 is #4BFEFF. Grayscale: #363636. Windows color (decimal): -4980480 or 436. OLE color: 436.

HSL color Cylindrical-coordinate representation of color #B40100: hue angle of 0.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 0 -
CMYK 0 0.99 1 0.29
HSL 0.33º 1% 0.35% -
HSV(B) 0.33º 1% 0.71% -
XYZ 18.83 9.73 0.88 -
YUV 54.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 180 1 0 0 0.99 1 0.29 0.33 1 0.35
Hex B4 1 0 0 63 64 1D 0 64 23
Octal 264 1 0 0 143 144 35 0 144 43
Binary 10110100 1 0 0 1100011 1100100 11101 0 1100100 100011

Color Harmonies of #B40100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40100

Black with #B40100

Text Example


Text Example

White with #B40100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40100; }

 p { color: rgb(180,1,0); }

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

background-color css

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

 a { background-color: rgb(180,1,0); }

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

border-color css

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

 span { border-color: rgb(180,1,0); }

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