Html Css Color HEX #BC0802 Free Speech Red

📋 copy color: '#BC0802'

red 188 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #BC0802

Tints of Free Speech Red #BC0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 94.95%
G = 4.04%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC0802 (or 0xBC0802) is known color: Free Speech Red. HEX triplet: BC, 08 and 02. RGB value is (188,8,2). Sum of RGB (Red+Green+Blue) = 188+8+2=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0802 is #43F7FD. Grayscale: #3D3D3D. Windows color (decimal): -4454398 or 133308. OLE color: 133308.

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

Color convert

RGB 188 8 2 -
CMYK 0 0.96 0.99 0.26
HSL 1.94º 0.98% 0.37% -
HSV(B) 1.94º 0.99% 0.74% -
XYZ 20.84 10.87 1.06 -
YUV 61.14 94.63 218.49 -
System Red Green Blue C M Y K H S L
Decimal 188 8 2 0 0.96 0.99 0.26 1.94 0.98 0.37
Hex BC 8 2 0 60 63 1A 2 62 25
Octal 274 10 2 0 140 143 32 2 142 45
Binary 10111100 1000 10 0 1100000 1100011 11010 10 1100010 100101

Color Harmonies of #BC0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0802

Black with #BC0802

Text Example


Text Example

White with #BC0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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