Html Css Color HEX #BB0901 Free Speech Red

📋 copy color: '#BB0901'

red 187 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #BB0901

Tints of Free Speech Red #BB0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 94.92%
G = 4.57%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0901 (or 0xBB0901) is known color: Free Speech Red. HEX triplet: BB, 09 and 01. RGB value is (187,9,1). Sum of RGB (Red+Green+Blue) = 187+9+1=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0901 is #44F6FE. Grayscale: #3D3D3D. Windows color (decimal): -4519679 or 68027. OLE color: 68027.

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

Color convert

RGB 187 9 1 -
CMYK 0 0.95 0.99 0.27
HSL 2.58º 0.99% 0.37% -
HSV(B) 2.58º 0.99% 0.73% -
XYZ 20.6 10.76 1.02 -
YUV 61.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 187 9 1 0 0.95 0.99 0.27 2.58 0.99 0.37
Hex BB 9 1 0 5F 63 1B 3 63 25
Octal 273 11 1 0 137 143 33 3 143 45
Binary 10111011 1001 1 0 1011111 1100011 11011 11 1100011 100101

Color Harmonies of #BB0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0901

Black with #BB0901

Text Example


Text Example

White with #BB0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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