Html Css Color HEX #B71A00 Free Speech Red

📋 copy color: '#B71A00'

red 183 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #B71A00

Tints of Free Speech Red #B71A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

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

R = 87.56%
G = 12.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B71A00 (or 0xB71A00) is known color: Free Speech Red. HEX triplet: B7, 1A and 00. RGB value is (183,26,0). Sum of RGB (Red+Green+Blue) = 183+26+0=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71A00 is #48E5FF. Grayscale: #464646. Windows color (decimal): -4777472 or 6839. OLE color: 6839.

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

Color convert

RGB 183 26 0 -
CMYK 0 0.86 1 0.28
HSL 8.52º 1% 0.36% -
HSV(B) 8.52º 1% 0.72% -
XYZ 19.9 10.81 1.04 -
YUV 69.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 183 26 0 0 0.86 1 0.28 8.52 1 0.36
Hex B7 1A 0 0 56 64 1C 9 64 24
Octal 267 32 0 0 126 144 34 11 144 44
Binary 10110111 11010 0 0 1010110 1100100 11100 1001 1100100 100100

Color Harmonies of #B71A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A00

Black with #B71A00

Text Example


Text Example

White with #B71A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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