Html Css Color HEX #B7130D Free Speech Red

📋 copy color: '#B7130D'

red 183 ◦ green 19 ◦ blue 13

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

Shades of Free Speech Red #B7130D

Tints of Free Speech Red #B7130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 85.12%
G = 8.84%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7130D (or 0xB7130D) is known color: Free Speech Red. HEX triplet: B7, 13 and 0D. RGB value is (183,19,13). Sum of RGB (Red+Green+Blue) = 183+19+13=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130D is #48ECF2. Grayscale: #434343. Windows color (decimal): -4779251 or 857015. OLE color: 857015.

HSL color Cylindrical-coordinate representation of color #B7130D: hue angle of 2.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7130D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 13 -
CMYK 0 0.90 0.93 0.28
HSL 2.12º 0.87% 0.38% -
HSV(B) 2.12º 0.93% 0.72% -
XYZ 19.83 10.56 1.37 -
YUV 67.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 183 19 13 0 0.90 0.93 0.28 2.12 0.87 0.38
Hex B7 13 D 0 5A 5D 1C 2 57 26
Octal 267 23 15 0 132 135 34 2 127 46
Binary 10110111 10011 1101 0 1011010 1011101 11100 10 1010111 100110

Color Harmonies of #B7130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7130D

Black with #B7130D

Text Example


Text Example

White with #B7130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7130D; }

 p { color: rgb(183,19,13); }

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

background-color css

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

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

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

border-color css

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

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

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