Html Css Color HEX #B71307 Free Speech Red

📋 copy color: '#B71307'

red 183 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #B71307

Tints of Free Speech Red #B71307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.35%

R = 87.56%
G = 9.09%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B71307 (or 0xB71307) is known color: Free Speech Red. HEX triplet: B7, 13 and 07. RGB value is (183,19,7). Sum of RGB (Red+Green+Blue) = 183+19+7=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B71307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71307 is #48ECF8. Grayscale: #424242. Windows color (decimal): -4779257 or 463799. OLE color: 463799.

HSL color Cylindrical-coordinate representation of color #B71307: hue angle of 4.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B71307 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 7 -
CMYK 0 0.90 0.96 0.28
HSL 4.09º 0.93% 0.37% -
HSV(B) 4.09º 0.96% 0.72% -
XYZ 19.8 10.55 1.19 -
YUV 66.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 183 19 7 0 0.90 0.96 0.28 4.09 0.93 0.37
Hex B7 13 7 0 5A 60 1C 4 5D 25
Octal 267 23 7 0 132 140 34 4 135 45
Binary 10110111 10011 111 0 1011010 1100000 11100 100 1011101 100101

Color Harmonies of #B71307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71307

Black with #B71307

Text Example


Text Example

White with #B71307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71307; }

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

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

background-color css

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

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

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

border-color css

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

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

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