Html Css Color HEX #B61400 Free Speech Red

📋 copy color: '#B61400'

red 182 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #B61400

Tints of Free Speech Red #B61400

RGB

 RED value IS 182 (71.48% from 255) = 90.1%

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.1%
G = 9.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B61400 (or 0xB61400) is known color: Free Speech Red. HEX triplet: B6, 14 and 00. RGB value is (182,20,0). Sum of RGB (Red+Green+Blue) = 182+20+0=202 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.10% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 182 - color contains mainly: red. Hex color #B61400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61400 is #49EBFF. Grayscale: #424242. Windows color (decimal): -4844544 or 5302. OLE color: 5302.

HSL color Cylindrical-coordinate representation of color #B61400: hue angle of 6.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B61400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 0 -
CMYK 0 0.89 1 0.29
HSL 6.59º 1% 0.36% -
HSV(B) 6.59º 1% 0.71% -
XYZ 19.54 10.45 0.99 -
YUV 66.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 182 20 0 0 0.89 1 0.29 6.59 1 0.36
Hex B6 14 0 0 59 64 1D 7 64 24
Octal 266 24 0 0 131 144 35 7 144 44
Binary 10110110 10100 0 0 1011001 1100100 11101 111 1100100 100100

Color Harmonies of #B61400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61400

Black with #B61400

Text Example


Text Example

White with #B61400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61400; }

 p { color: rgb(182,20,0); }

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

background-color css

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

 a { background-color: rgb(182,20,0); }

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

border-color css

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

 span { border-color: rgb(182,20,0); }

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