Html Css Color HEX #B71700 Free Speech Red

📋 copy color: '#B71700'

red 183 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #B71700

Tints of Free Speech Red #B71700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 88.83%
G = 11.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B71700 (or 0xB71700) is known color: Free Speech Red. HEX triplet: B7, 17 and 00. RGB value is (183,23,0). Sum of RGB (Red+Green+Blue) = 183+23+0=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B71700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71700 is #48E8FF. Grayscale: #444444. Windows color (decimal): -4778240 or 6071. OLE color: 6071.

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

Color convert

RGB 183 23 0 -
CMYK 0 0.87 1 0.28
HSL 7.54º 1% 0.36% -
HSV(B) 7.54º 1% 0.72% -
XYZ 19.83 10.68 1.02 -
YUV 68.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 183 23 0 0 0.87 1 0.28 7.54 1 0.36
Hex B7 17 0 0 57 64 1C 8 64 24
Octal 267 27 0 0 127 144 34 10 144 44
Binary 10110111 10111 0 0 1010111 1100100 11100 1000 1100100 100100

Color Harmonies of #B71700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71700

Black with #B71700

Text Example


Text Example

White with #B71700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71700; }

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

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

background-color css

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

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

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

border-color css

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

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

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