Html Css Color HEX #BC0A02 Free Speech Red

📋 copy color: '#BC0A02'

red 188 ◦ green 10 ◦ blue 2

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

Shades of Free Speech Red #BC0A02

Tints of Free Speech Red #BC0A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

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

R = 94%
G = 5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC0A02 (or 0xBC0A02) is known color: Free Speech Red. HEX triplet: BC, 0A and 02. RGB value is (188,10,2). Sum of RGB (Red+Green+Blue) = 188+10+2=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0A02 is #43F5FD. Grayscale: #3E3E3E. Windows color (decimal): -4453886 or 133820. OLE color: 133820.

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

Color convert

RGB 188 10 2 -
CMYK 0 0.95 0.99 0.26
HSL 2.58º 0.98% 0.37% -
HSV(B) 2.58º 0.99% 0.74% -
XYZ 20.86 10.91 1.06 -
YUV 62.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 188 10 2 0 0.95 0.99 0.26 2.58 0.98 0.37
Hex BC A 2 0 5F 63 1A 3 62 25
Octal 274 12 2 0 137 143 32 3 142 45
Binary 10111100 1010 10 0 1011111 1100011 11010 11 1100010 100101

Color Harmonies of #BC0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A02

Black with #BC0A02

Text Example


Text Example

White with #BC0A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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