Html Css Color HEX #B5140C Free Speech Red

📋 copy color: '#B5140C'

red 181 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #B5140C

Tints of Free Speech Red #B5140C

RGB

 RED value IS 181 (71.09% from 255) = 84.98%

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 84.98%
G = 9.39%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5140C (or 0xB5140C) is known color: Free Speech Red. HEX triplet: B5, 14 and 0C. RGB value is (181,20,12). Sum of RGB (Red+Green+Blue) = 181+20+12=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B5140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5140C is #4AEBF3. Grayscale: #434343. Windows color (decimal): -4910068 or 791733. OLE color: 791733.

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

Color convert

RGB 181 20 12 -
CMYK 0 0.89 0.93 0.29
HSL 2.84º 0.88% 0.38% -
HSV(B) 2.84º 0.93% 0.71% -
XYZ 19.37 10.35 1.32 -
YUV 67.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 181 20 12 0 0.89 0.93 0.29 2.84 0.88 0.38
Hex B5 14 C 0 59 5D 1D 3 58 26
Octal 265 24 14 0 131 135 35 3 130 46
Binary 10110101 10100 1100 0 1011001 1011101 11101 11 1011000 100110

Color Harmonies of #B5140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5140C

Black with #B5140C

Text Example


Text Example

White with #B5140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5140C; }

 p { color: rgb(181,20,12); }

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

background-color css

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

 a { background-color: rgb(181,20,12); }

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

border-color css

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

 span { border-color: rgb(181,20,12); }

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