Html Css Color HEX #BB0504 Free Speech Red

📋 copy color: '#BB0504'

red 187 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #BB0504

Tints of Free Speech Red #BB0504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 95.41%
G = 2.55%
B = 2.04%

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

#BB0504 (or 0xBB0504) is known color: Free Speech Red. HEX triplet: BB, 05 and 04. RGB value is (187,5,4). Sum of RGB (Red+Green+Blue) = 187+5+4=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0504 is #44FAFB. Grayscale: #3B3B3B. Windows color (decimal): -4520700 or 263611. OLE color: 263611.

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

Color convert

RGB 187 5 4 -
CMYK 0 0.97 0.98 0.27
HSL 0.33º 0.96% 0.37% -
HSV(B) 0.33º 0.98% 0.73% -
XYZ 20.57 10.68 1.09 -
YUV 59.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 187 5 4 0 0.97 0.98 0.27 0.33 0.96 0.37
Hex BB 5 4 0 61 62 1B 0 60 25
Octal 273 5 4 0 141 142 33 0 140 45
Binary 10111011 101 100 0 1100001 1100010 11011 0 1100000 100101

Color Harmonies of #BB0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0504

Black with #BB0504

Text Example


Text Example

White with #BB0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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