Html Css Color HEX #BB1B01 Free Speech Red

📋 copy color: '#BB1B01'

red 187 ◦ green 27 ◦ blue 1

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

Shades of Free Speech Red #BB1B01

Tints of Free Speech Red #BB1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.56%

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

R = 86.98%
G = 12.56%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1B01 (or 0xBB1B01) is known color: Free Speech Red. HEX triplet: BB, 1B and 01. RGB value is (187,27,1). Sum of RGB (Red+Green+Blue) = 187+27+1=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B01 is #44E4FE. Grayscale: #484848. Windows color (decimal): -4515071 or 72635. OLE color: 72635.

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

Color convert

RGB 187 27 1 -
CMYK 0 0.86 0.99 0.27
HSL 8.39º 0.99% 0.37% -
HSV(B) 8.39º 0.99% 0.73% -
XYZ 20.89 11.35 1.12 -
YUV 71.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 187 27 1 0 0.86 0.99 0.27 8.39 0.99 0.37
Hex BB 1B 1 0 56 63 1B 8 63 25
Octal 273 33 1 0 126 143 33 10 143 45
Binary 10111011 11011 1 0 1010110 1100011 11011 1000 1100011 100101

Color Harmonies of #BB1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B01

Black with #BB1B01

Text Example


Text Example

White with #BB1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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