Html Css Color HEX #BC0402 Free Speech Red

📋 copy color: '#BC0402'

red 188 ◦ green 4 ◦ blue 2

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

Shades of Free Speech Red #BC0402

Tints of Free Speech Red #BC0402

RGB

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

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

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

R = 96.91%
G = 2.06%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC0402 (or 0xBC0402) is known color: Free Speech Red. HEX triplet: BC, 04 and 02. RGB value is (188,4,2). Sum of RGB (Red+Green+Blue) = 188+4+2=194 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.91% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0402 is #43FBFD. Grayscale: #3A3A3A. Windows color (decimal): -4455422 or 132284. OLE color: 132284.

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

Color convert

RGB 188 4 2 -
CMYK 0 0.98 0.99 0.26
HSL 0.65º 0.98% 0.37% -
HSV(B) 0.65º 0.99% 0.74% -
XYZ 20.79 10.78 1.04 -
YUV 58.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 188 4 2 0 0.98 0.99 0.26 0.65 0.98 0.37
Hex BC 4 2 0 62 63 1A 1 62 25
Octal 274 4 2 0 142 143 32 1 142 45
Binary 10111100 100 10 0 1100010 1100011 11010 1 1100010 100101

Color Harmonies of #BC0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0402

Black with #BC0402

Text Example


Text Example

White with #BC0402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0402; }

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

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

background-color css

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

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

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

border-color css

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

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

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