Html Css Color HEX #B71300 Free Speech Red

📋 copy color: '#B71300'

red 183 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #B71300

Tints of Free Speech Red #B71300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 90.59%
G = 9.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B71300 (or 0xB71300) is known color: Free Speech Red. HEX triplet: B7, 13 and 00. RGB value is (183,19,0). Sum of RGB (Red+Green+Blue) = 183+19+0=202 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.59% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 183 - color contains mainly: red. Hex color #B71300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71300 is #48ECFF. Grayscale: #424242. Windows color (decimal): -4779264 or 5047. OLE color: 5047.

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

Color convert

RGB 183 19 0 -
CMYK 0 0.90 1 0.28
HSL 6.23º 1% 0.36% -
HSV(B) 6.23º 1% 0.72% -
XYZ 19.76 10.53 0.99 -
YUV 65.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 183 19 0 0 0.90 1 0.28 6.23 1 0.36
Hex B7 13 0 0 5A 64 1C 6 64 24
Octal 267 23 0 0 132 144 34 6 144 44
Binary 10110111 10011 0 0 1011010 1100100 11100 110 1100100 100100

Color Harmonies of #B71300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71300

Black with #B71300

Text Example


Text Example

White with #B71300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71300; }

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

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

background-color css

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

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

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

border-color css

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

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

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