Html Css Color HEX #B71C00 Free Speech Red

📋 copy color: '#B71C00'

red 183 ◦ green 28 ◦ blue 0

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

Shades of Free Speech Red #B71C00

Tints of Free Speech Red #B71C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 86.73%
G = 13.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B71C00 (or 0xB71C00) is known color: Free Speech Red. HEX triplet: B7, 1C and 00. RGB value is (183,28,0). Sum of RGB (Red+Green+Blue) = 183+28+0=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C00 is #48E3FF. Grayscale: #474747. Windows color (decimal): -4776960 or 7351. OLE color: 7351.

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

Color convert

RGB 183 28 0 -
CMYK 0 0.85 1 0.28
HSL 9.18º 1% 0.36% -
HSV(B) 9.18º 1% 0.72% -
XYZ 19.94 10.9 1.05 -
YUV 71.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 183 28 0 0 0.85 1 0.28 9.18 1 0.36
Hex B7 1C 0 0 55 64 1C 9 64 24
Octal 267 34 0 0 125 144 34 11 144 44
Binary 10110111 11100 0 0 1010101 1100100 11100 1001 1100100 100100

Color Harmonies of #B71C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C00

Black with #B71C00

Text Example


Text Example

White with #B71C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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