Html Css Color HEX #B40700 Free Speech Red

📋 copy color: '#B40700'

red 180 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #B40700

Tints of Free Speech Red #B40700

RGB

 RED value IS 180 (70.7% from 255) = 96.26%

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 96.26%
G = 3.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40700 (or 0xB40700) is known color: Free Speech Red. HEX triplet: B4, 07 and 00. RGB value is (180,7,0). Sum of RGB (Red+Green+Blue) = 180+7+0=187 (24% of max value = 765). Red value is 180 (70.70% from 255 or 96.26% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 180 - color contains mainly: red. Hex color #B40700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40700 is #4BF8FF. Grayscale: #3A3A3A. Windows color (decimal): -4978944 or 1972. OLE color: 1972.

HSL color Cylindrical-coordinate representation of color #B40700: hue angle of 2.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 0 -
CMYK 0 0.96 1 0.29
HSL 2.33º 1% 0.35% -
HSV(B) 2.33º 1% 0.71% -
XYZ 18.9 9.86 0.91 -
YUV 57.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 180 7 0 0 0.96 1 0.29 2.33 1 0.35
Hex B4 7 0 0 60 64 1D 2 64 23
Octal 264 7 0 0 140 144 35 2 144 43
Binary 10110100 111 0 0 1100000 1100100 11101 10 1100100 100011

Color Harmonies of #B40700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40700

Black with #B40700

Text Example


Text Example

White with #B40700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40700; }

 p { color: rgb(180,7,0); }

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

background-color css

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

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

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

border-color css

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

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

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