Html Css Color HEX #B71400 Free Speech Red

📋 copy color: '#B71400'

red 183 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #B71400

Tints of Free Speech Red #B71400

RGB

 RED value IS 183 (71.88% from 255) = 90.15%

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

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

R = 90.15%
G = 9.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B71400 (or 0xB71400) is known color: Free Speech Red. HEX triplet: B7, 14 and 00. RGB value is (183,20,0). Sum of RGB (Red+Green+Blue) = 183+20+0=203 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.15% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 183 - color contains mainly: red. Hex color #B71400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71400 is #48EBFF. Grayscale: #424242. Windows color (decimal): -4779008 or 5303. OLE color: 5303.

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

Color convert

RGB 183 20 0 -
CMYK 0 0.89 1 0.28
HSL 6.56º 1% 0.36% -
HSV(B) 6.56º 1% 0.72% -
XYZ 19.78 10.57 1 -
YUV 66.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 183 20 0 0 0.89 1 0.28 6.56 1 0.36
Hex B7 14 0 0 59 64 1C 7 64 24
Octal 267 24 0 0 131 144 34 7 144 44
Binary 10110111 10100 0 0 1011001 1100100 11100 111 1100100 100100

Color Harmonies of #B71400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71400

Black with #B71400

Text Example


Text Example

White with #B71400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71400; }

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

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

background-color css

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

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

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

border-color css

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

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

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