Html Css Color HEX #BB1701 Free Speech Red

📋 copy color: '#BB1701'

red 187 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #BB1701

Tints of Free Speech Red #BB1701

RGB

 RED value IS 187 (73.44% from 255) = 88.63%

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 88.63%
G = 10.9%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1701 (or 0xBB1701) is known color: Free Speech Red. HEX triplet: BB, 17 and 01. RGB value is (187,23,1). Sum of RGB (Red+Green+Blue) = 187+23+1=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1701 is #44E8FE. Grayscale: #454545. Windows color (decimal): -4516095 or 71611. OLE color: 71611.

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

Color convert

RGB 187 23 1 -
CMYK 0 0.88 0.99 0.27
HSL 7.1º 0.99% 0.37% -
HSV(B) 7.1º 0.99% 0.73% -
XYZ 20.81 11.18 1.09 -
YUV 69.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 187 23 1 0 0.88 0.99 0.27 7.1 0.99 0.37
Hex BB 17 1 0 58 63 1B 7 63 25
Octal 273 27 1 0 130 143 33 7 143 45
Binary 10111011 10111 1 0 1011000 1100011 11011 111 1100011 100101

Color Harmonies of #BB1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1701

Black with #BB1701

Text Example


Text Example

White with #BB1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1701; }

 p { color: rgb(187,23,1); }

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

background-color css

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

 a { background-color: rgb(187,23,1); }

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

border-color css

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

 span { border-color: rgb(187,23,1); }

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