Html Css Color HEX #BB0302 Free Speech Red

📋 copy color: '#BB0302'

red 187 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #BB0302

Tints of Free Speech Red #BB0302

RGB

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

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

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

R = 97.4%
G = 1.56%
B = 1.04%

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

#BB0302 (or 0xBB0302) is known color: Free Speech Red. HEX triplet: BB, 03 and 02. RGB value is (187,3,2). Sum of RGB (Red+Green+Blue) = 187+3+2=192 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.40% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0302 is #44FCFD. Grayscale: #3A3A3A. Windows color (decimal): -4521214 or 132027. OLE color: 132027.

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

Color convert

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

Color Harmonies of #BB0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0302

Black with #BB0302

Text Example


Text Example

White with #BB0302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0302; }

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

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

background-color css

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

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

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

border-color css

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

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

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