Html Css Color HEX #B61A00 Free Speech Red

📋 copy color: '#B61A00'

red 182 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #B61A00

Tints of Free Speech Red #B61A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

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

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B61A00 (or 0xB61A00) is known color: Free Speech Red. HEX triplet: B6, 1A and 00. RGB value is (182,26,0). Sum of RGB (Red+Green+Blue) = 182+26+0=208 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.5% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61A00 is #49E5FF. Grayscale: #454545. Windows color (decimal): -4843008 or 6838. OLE color: 6838.

HSL color Cylindrical-coordinate representation of color #B61A00: hue angle of 8.57º 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 #B61A00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 0 -
CMYK 0 0.86 1 0.29
HSL 8.57º 1% 0.36% -
HSV(B) 8.57º 1% 0.71% -
XYZ 19.66 10.68 1.03 -
YUV 69.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 182 26 0 0 0.86 1 0.29 8.57 1 0.36
Hex B6 1A 0 0 56 64 1D 9 64 24
Octal 266 32 0 0 126 144 35 11 144 44
Binary 10110110 11010 0 0 1010110 1100100 11101 1001 1100100 100100

Color Harmonies of #B61A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A00

Black with #B61A00

Text Example


Text Example

White with #B61A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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