Html Css Color HEX #BC0602 Free Speech Red

📋 copy color: '#BC0602'

red 188 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #BC0602

Tints of Free Speech Red #BC0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

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

R = 95.92%
G = 3.06%
B = 1.02%

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

#BC0602 (or 0xBC0602) is known color: Free Speech Red. HEX triplet: BC, 06 and 02. RGB value is (188,6,2). Sum of RGB (Red+Green+Blue) = 188+6+2=196 (25% of max value = 765). Red value is 188 (73.83% from 255 or 95.92% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0602 is #43F9FD. Grayscale: #3C3C3C. Windows color (decimal): -4454910 or 132796. OLE color: 132796.

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

Color convert

RGB 188 6 2 -
CMYK 0 0.97 0.99 0.26
HSL 1.29º 0.98% 0.37% -
HSV(B) 1.29º 0.99% 0.74% -
XYZ 20.82 10.83 1.05 -
YUV 59.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 188 6 2 0 0.97 0.99 0.26 1.29 0.98 0.37
Hex BC 6 2 0 61 63 1A 1 62 25
Octal 274 6 2 0 141 143 32 1 142 45
Binary 10111100 110 10 0 1100001 1100011 11010 1 1100010 100101

Color Harmonies of #BC0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0602

Black with #BC0602

Text Example


Text Example

White with #BC0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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