Html Css Color HEX #BB0403 Free Speech Red

📋 copy color: '#BB0403'

red 187 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #BB0403

Tints of Free Speech Red #BB0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 96.39%
G = 2.06%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0403 (or 0xBB0403) is known color: Free Speech Red. HEX triplet: BB, 04 and 03. RGB value is (187,4,3). Sum of RGB (Red+Green+Blue) = 187+4+3=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0403 is #44FBFC. Grayscale: #3A3A3A. Windows color (decimal): -4520957 or 197819. OLE color: 197819.

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

Color convert

RGB 187 4 3 -
CMYK 0 0.98 0.98 0.27
HSL 0.33º 0.97% 0.37% -
HSV(B) 0.33º 0.98% 0.73% -
XYZ 20.55 10.66 1.06 -
YUV 58.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 187 4 3 0 0.98 0.98 0.27 0.33 0.97 0.37
Hex BB 4 3 0 62 62 1B 0 61 25
Octal 273 4 3 0 142 142 33 0 141 45
Binary 10111011 100 11 0 1100010 1100010 11011 0 1100001 100101

Color Harmonies of #BB0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0403

Black with #BB0403

Text Example


Text Example

White with #BB0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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