Html Css Color HEX #BB0301 Free Speech Red

📋 copy color: '#BB0301'

red 187 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #BB0301

Tints of Free Speech Red #BB0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 97.91%
G = 1.57%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0301 (or 0xBB0301) is known color: Free Speech Red. HEX triplet: BB, 03 and 01. RGB value is (187,3,1). Sum of RGB (Red+Green+Blue) = 187+3+1=191 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.91% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0301 is #44FCFE. Grayscale: #393939. Windows color (decimal): -4521215 or 66491. OLE color: 66491.

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

Color convert

RGB 187 3 1 -
CMYK 0 0.98 0.99 0.27
HSL 0.65º 0.99% 0.37% -
HSV(B) 0.65º 0.99% 0.73% -
XYZ 20.53 10.63 1 -
YUV 57.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 187 3 1 0 0.98 0.99 0.27 0.65 0.99 0.37
Hex BB 3 1 0 62 63 1B 1 63 25
Octal 273 3 1 0 142 143 33 1 143 45
Binary 10111011 11 1 0 1100010 1100011 11011 1 1100011 100101

Color Harmonies of #BB0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0301

Black with #BB0301

Text Example


Text Example

White with #BB0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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