Html Css Color HEX #BB0601 Free Speech Red

📋 copy color: '#BB0601'

red 187 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #BB0601

Tints of Free Speech Red #BB0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 96.39%
G = 3.09%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0601 (or 0xBB0601) is known color: Free Speech Red. HEX triplet: BB, 06 and 01. RGB value is (187,6,1). Sum of RGB (Red+Green+Blue) = 187+6+1=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0601 is #44F9FE. Grayscale: #3B3B3B. Windows color (decimal): -4520447 or 67259. OLE color: 67259.

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

Color convert

RGB 187 6 1 -
CMYK 0 0.97 0.99 0.27
HSL 1.61º 0.99% 0.37% -
HSV(B) 1.61º 0.99% 0.73% -
XYZ 20.56 10.7 1.01 -
YUV 59.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 187 6 1 0 0.97 0.99 0.27 1.61 0.99 0.37
Hex BB 6 1 0 61 63 1B 2 63 25
Octal 273 6 1 0 141 143 33 2 143 45
Binary 10111011 110 1 0 1100001 1100011 11011 10 1100011 100101

Color Harmonies of #BB0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0601

Black with #BB0601

Text Example


Text Example

White with #BB0601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0601; }

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

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

background-color css

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

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

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

border-color css

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

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

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