Html Css Color HEX #B41001 Free Speech Red

📋 copy color: '#B41001'

red 180 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #B41001

Tints of Free Speech Red #B41001

RGB

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

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

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

R = 91.37%
G = 8.12%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B41001 (or 0xB41001) is known color: Free Speech Red. HEX triplet: B4, 10 and 01. RGB value is (180,16,1). Sum of RGB (Red+Green+Blue) = 180+16+1=197 (26% of max value = 765). Red value is 180 (70.70% from 255 or 91.37% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 180 - color contains mainly: red. Hex color #B41001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41001 is #4BEFFE. Grayscale: #3F3F3F. Windows color (decimal): -4976639 or 69812. OLE color: 69812.

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

Color convert

RGB 180 16 1 -
CMYK 0 0.91 0.99 0.29
HSL 5.03º 0.99% 0.35% -
HSV(B) 5.03º 0.99% 0.71% -
XYZ 19.01 10.08 0.97 -
YUV 63.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 180 16 1 0 0.91 0.99 0.29 5.03 0.99 0.35
Hex B4 10 1 0 5B 63 1D 5 63 23
Octal 264 20 1 0 133 143 35 5 143 43
Binary 10110100 10000 1 0 1011011 1100011 11101 101 1100011 100011

Color Harmonies of #B41001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41001

Black with #B41001

Text Example


Text Example

White with #B41001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41001; }

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

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

background-color css

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

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

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

border-color css

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

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

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