Html Css Color HEX #BC130A Free Speech Red

📋 copy color: '#BC130A'

red 188 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #BC130A

Tints of Free Speech Red #BC130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 86.64%
G = 8.76%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC130A (or 0xBC130A) is known color: Free Speech Red. HEX triplet: BC, 13 and 0A. RGB value is (188,19,10). Sum of RGB (Red+Green+Blue) = 188+19+10=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC130A is #43ECF5. Grayscale: #444444. Windows color (decimal): -4451574 or 660412. OLE color: 660412.

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

Color convert

RGB 188 19 10 -
CMYK 0 0.90 0.95 0.26
HSL 3.03º 0.9% 0.39% -
HSV(B) 3.03º 0.95% 0.74% -
XYZ 21.03 11.18 1.34 -
YUV 68.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 188 19 10 0 0.90 0.95 0.26 3.03 0.9 0.39
Hex BC 13 A 0 5A 5F 1A 3 5A 27
Octal 274 23 12 0 132 137 32 3 132 47
Binary 10111100 10011 1010 0 1011010 1011111 11010 11 1011010 100111

Color Harmonies of #BC130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC130A

Black with #BC130A

Text Example


Text Example

White with #BC130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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