Html Css Color HEX #BB0503 Free Speech Red

📋 copy color: '#BB0503'

red 187 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #BB0503

Tints of Free Speech Red #BB0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 3 (1.56% from 255) = 1.54%

R = 95.9%
G = 2.56%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0503 (or 0xBB0503) is known color: Free Speech Red. HEX triplet: BB, 05 and 03. RGB value is (187,5,3). Sum of RGB (Red+Green+Blue) = 187+5+3=195 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.90% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0503 is #44FAFC. Grayscale: #3B3B3B. Windows color (decimal): -4520701 or 198075. OLE color: 198075.

HSL color Cylindrical-coordinate representation of color #BB0503: hue angle of 0.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0503 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 3 -
CMYK 0 0.97 0.98 0.27
HSL 0.65º 0.97% 0.37% -
HSV(B) 0.65º 0.98% 0.73% -
XYZ 20.56 10.68 1.06 -
YUV 59.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 187 5 3 0 0.97 0.98 0.27 0.65 0.97 0.37
Hex BB 5 3 0 61 62 1B 1 61 25
Octal 273 5 3 0 141 142 33 1 141 45
Binary 10111011 101 11 0 1100001 1100010 11011 1 1100001 100101

Color Harmonies of #BB0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0503

Black with #BB0503

Text Example


Text Example

White with #BB0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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