Html Css Color HEX #BB0702 Free Speech Red

📋 copy color: '#BB0702'

red 187 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #BB0702

Tints of Free Speech Red #BB0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 95.41%
G = 3.57%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0702 (or 0xBB0702) is known color: Free Speech Red. HEX triplet: BB, 07 and 02. RGB value is (187,7,2). Sum of RGB (Red+Green+Blue) = 187+7+2=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0702 is #44F8FD. Grayscale: #3C3C3C. Windows color (decimal): -4520190 or 133051. OLE color: 133051.

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

Color convert

RGB 187 7 2 -
CMYK 0 0.96 0.99 0.27
HSL 1.62º 0.98% 0.37% -
HSV(B) 1.62º 0.99% 0.73% -
XYZ 20.58 10.72 1.04 -
YUV 60.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 187 7 2 0 0.96 0.99 0.27 1.62 0.98 0.37
Hex BB 7 2 0 60 63 1B 2 62 25
Octal 273 7 2 0 140 143 33 2 142 45
Binary 10111011 111 10 0 1100000 1100011 11011 10 1100010 100101

Color Harmonies of #BB0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0702

Black with #BB0702

Text Example


Text Example

White with #BB0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0702; }

 p { color: rgb(187,7,2); }

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

background-color css

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

 a { background-color: rgb(187,7,2); }

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

border-color css

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

 span { border-color: rgb(187,7,2); }

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