Html Css Color HEX #BC0302 Free Speech Red

📋 copy color: '#BC0302'

red 188 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #BC0302

Tints of Free Speech Red #BC0302

RGB

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

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

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

R = 97.41%
G = 1.55%
B = 1.04%

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

#BC0302 (or 0xBC0302) is known color: Free Speech Red. HEX triplet: BC, 03 and 02. RGB value is (188,3,2). Sum of RGB (Red+Green+Blue) = 188+3+2=193 (25% of max value = 765). Red value is 188 (73.83% from 255 or 97.41% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0302 is #43FCFD. Grayscale: #3A3A3A. Windows color (decimal): -4455678 or 132028. OLE color: 132028.

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

Color convert

RGB 188 3 2 -
CMYK 0 0.98 0.99 0.26
HSL 0.32º 0.98% 0.37% -
HSV(B) 0.32º 0.99% 0.74% -
XYZ 20.78 10.76 1.04 -
YUV 58.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 188 3 2 0 0.98 0.99 0.26 0.32 0.98 0.37
Hex BC 3 2 0 62 63 1A 0 62 25
Octal 274 3 2 0 142 143 32 0 142 45
Binary 10111100 11 10 0 1100010 1100011 11010 0 1100010 100101

Color Harmonies of #BC0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0302

Black with #BC0302

Text Example


Text Example

White with #BC0302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0302; }

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

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

background-color css

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

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

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

border-color css

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

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

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