Html Css Color HEX #B70501 Free Speech Red

📋 copy color: '#B70501'

red 183 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #B70501

Tints of Free Speech Red #B70501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 96.83%
G = 2.65%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B70501 (or 0xB70501) is known color: Free Speech Red. HEX triplet: B7, 05 and 01. RGB value is (183,5,1). Sum of RGB (Red+Green+Blue) = 183+5+1=189 (25% of max value = 765). Red value is 183 (71.88% from 255 or 96.83% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 183 - color contains mainly: red. Hex color #B70501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70501 is #48FAFE. Grayscale: #393939. Windows color (decimal): -4782847 or 66999. OLE color: 66999.

HSL color Cylindrical-coordinate representation of color #B70501: hue angle of 1.32º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 1 -
CMYK 0 0.97 0.99 0.28
HSL 1.32º 0.99% 0.36% -
HSV(B) 1.32º 0.99% 0.72% -
XYZ 19.59 10.18 0.96 -
YUV 57.77 95.97 217.33 -
System Red Green Blue C M Y K H S L
Decimal 183 5 1 0 0.97 0.99 0.28 1.32 0.99 0.36
Hex B7 5 1 0 61 63 1C 1 63 24
Octal 267 5 1 0 141 143 34 1 143 44
Binary 10110111 101 1 0 1100001 1100011 11100 1 1100011 100100

Color Harmonies of #B70501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70501

Black with #B70501

Text Example


Text Example

White with #B70501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70501; }

 p { color: rgb(183,5,1); }

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

background-color css

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

 a { background-color: rgb(183,5,1); }

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

border-color css

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

 span { border-color: rgb(183,5,1); }

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