Html Css Color HEX #BC180A Free Speech Red

📋 copy color: '#BC180A'

red 188 ◦ green 24 ◦ blue 10

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

Shades of Free Speech Red #BC180A

Tints of Free Speech Red #BC180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 84.68%
G = 10.81%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC180A (or 0xBC180A) is known color: Free Speech Red. HEX triplet: BC, 18 and 0A. RGB value is (188,24,10). Sum of RGB (Red+Green+Blue) = 188+24+10=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC180A is #43E7F5. Grayscale: #474747. Windows color (decimal): -4450294 or 661692. OLE color: 661692.

HSL color Cylindrical-coordinate representation of color #BC180A: hue angle of 4.72º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC180A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 10 -
CMYK 0 0.87 0.95 0.26
HSL 4.72º 0.9% 0.39% -
HSV(B) 4.72º 0.95% 0.74% -
XYZ 21.12 11.37 1.37 -
YUV 71.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 188 24 10 0 0.87 0.95 0.26 4.72 0.9 0.39
Hex BC 18 A 0 57 5F 1A 5 5A 27
Octal 274 30 12 0 127 137 32 5 132 47
Binary 10111100 11000 1010 0 1010111 1011111 11010 101 1011010 100111

Color Harmonies of #BC180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC180A

Black with #BC180A

Text Example


Text Example

White with #BC180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC180A; }

 p { color: rgb(188,24,10); }

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

background-color css

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

 a { background-color: rgb(188,24,10); }

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

border-color css

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

 span { border-color: rgb(188,24,10); }

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