Html Css Color HEX #B70000 Free Speech Red

📋 copy color: '#B70000'

red 183 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #B70000

Tints of Free Speech Red #B70000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B70000 (or 0xB70000) is known color: Free Speech Red. HEX triplet: B7, 00 and 00. RGB value is (183,0,0). Sum of RGB (Red+Green+Blue) = 183+0+0=183 (24% of max value = 765). Red value is 183 (71.88% from 255 or 100% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 183 - color contains mainly: red. Hex color #B70000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70000 is #48FFFF. Grayscale: #363636. Windows color (decimal): -4784128 or 183. OLE color: 183.

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

Color convert

RGB 183 0 0 -
CMYK 0 1 1 0.28
HSL 1% 0.36% -
HSV(B) 1% 0.72% -
XYZ 19.53 10.07 0.91 -
YUV 54.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 183 0 0 0 1 1 0.28 0 1 0.36
Hex B7 0 0 0 64 64 1C 0 64 24
Octal 267 0 0 0 144 144 34 0 144 44
Binary 10110111 0 0 0 1100100 1100100 11100 0 1100100 100100

Color Harmonies of #B70000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70000

Black with #B70000

Text Example


Text Example

White with #B70000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70000; }

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

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

background-color css

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

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

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

border-color css

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

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

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