Html Css Color HEX #B41000 Free Speech Red

📋 copy color: '#B41000'

red 180 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #B41000

Tints of Free Speech Red #B41000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 91.84%
G = 8.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B41000 (or 0xB41000) is known color: Free Speech Red. HEX triplet: B4, 10 and 00. RGB value is (180,16,0). Sum of RGB (Red+Green+Blue) = 180+16+0=196 (25% of max value = 765). Red value is 180 (70.70% from 255 or 91.84% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 180 - color contains mainly: red. Hex color #B41000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41000 is #4BEFFF. Grayscale: #3F3F3F. Windows color (decimal): -4976640 or 4276. OLE color: 4276.

HSL color Cylindrical-coordinate representation of color #B41000: hue angle of 5.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 #B41000 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 0 -
CMYK 0 0.91 1 0.29
HSL 5.33º 1% 0.35% -
HSV(B) 5.33º 1% 0.71% -
XYZ 19.01 10.07 0.94 -
YUV 63.21 92.33 211.3 -
System Red Green Blue C M Y K H S L
Decimal 180 16 0 0 0.91 1 0.29 5.33 1 0.35
Hex B4 10 0 0 5B 64 1D 5 64 23
Octal 264 20 0 0 133 144 35 5 144 43
Binary 10110100 10000 0 0 1011011 1100100 11101 101 1100100 100011

Color Harmonies of #B41000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41000

Black with #B41000

Text Example


Text Example

White with #B41000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41000; }

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

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

background-color css

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

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

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

border-color css

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

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

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