Html Css Color HEX #BC0502 Free Speech Red

📋 copy color: '#BC0502'

red 188 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #BC0502

Tints of Free Speech Red #BC0502

RGB

 RED value IS 188 (73.83% from 255) = 96.41%

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

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

R = 96.41%
G = 2.56%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC0502 (or 0xBC0502) is known color: Free Speech Red. HEX triplet: BC, 05 and 02. RGB value is (188,5,2). Sum of RGB (Red+Green+Blue) = 188+5+2=195 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.41% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0502 is #43FAFD. Grayscale: #3B3B3B. Windows color (decimal): -4455166 or 132540. OLE color: 132540.

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

Color convert

RGB 188 5 2 -
CMYK 0 0.97 0.99 0.26
HSL 0.97º 0.98% 0.37% -
HSV(B) 0.97º 0.99% 0.74% -
XYZ 20.8 10.8 1.05 -
YUV 59.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 188 5 2 0 0.97 0.99 0.26 0.97 0.98 0.37
Hex BC 5 2 0 61 63 1A 1 62 25
Octal 274 5 2 0 141 143 32 1 142 45
Binary 10111100 101 10 0 1100001 1100011 11010 1 1100010 100101

Color Harmonies of #BC0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0502

Black with #BC0502

Text Example


Text Example

White with #BC0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0502; }

 p { color: rgb(188,5,2); }

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

background-color css

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

 a { background-color: rgb(188,5,2); }

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

border-color css

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

 span { border-color: rgb(188,5,2); }

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