Html Css Color HEX #B40F0E Free Speech Red

📋 copy color: '#B40F0E'

red 180 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #B40F0E

Tints of Free Speech Red #B40F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 86.12%
G = 7.18%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B40F0E (or 0xB40F0E) is known color: Free Speech Red. HEX triplet: B4, 0F and 0E. RGB value is (180,15,14). Sum of RGB (Red+Green+Blue) = 180+15+14=209 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.12% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F0E is #4BF0F1. Grayscale: #404040. Windows color (decimal): -4976882 or 921524. OLE color: 921524.

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

Color convert

RGB 180 15 14 -
CMYK 0 0.92 0.92 0.29
HSL 0.36º 0.86% 0.38% -
HSV(B) 0.36º 0.92% 0.71% -
XYZ 19.07 10.08 1.36 -
YUV 64.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 180 15 14 0 0.92 0.92 0.29 0.36 0.86 0.38
Hex B4 F E 0 5C 5C 1D 0 56 26
Octal 264 17 16 0 134 134 35 0 126 46
Binary 10110100 1111 1110 0 1011100 1011100 11101 0 1010110 100110

Color Harmonies of #B40F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F0E

Black with #B40F0E

Text Example


Text Example

White with #B40F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F0E; }

 p { color: rgb(180,15,14); }

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

background-color css

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

 a { background-color: rgb(180,15,14); }

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

border-color css

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

 span { border-color: rgb(180,15,14); }

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