Html Css Color HEX #B90D0A Free Speech Red

📋 copy color: '#B90D0A'

red 185 ◦ green 13 ◦ blue 10

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

Shades of Free Speech Red #B90D0A

Tints of Free Speech Red #B90D0A

RGB

 RED value IS 185 (72.66% from 255) = 88.94%

 GREEN value IS 13 (5.47% from 255) = 6.25%

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 88.94%
G = 6.25%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B90D0A (or 0xB90D0A) is known color: Free Speech Red. HEX triplet: B9, 0D and 0A. RGB value is (185,13,10). Sum of RGB (Red+Green+Blue) = 185+13+10=208 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.94% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D0A is #46F2F5. Grayscale: #404040. Windows color (decimal): -4649718 or 658873. OLE color: 658873.

HSL color Cylindrical-coordinate representation of color #B90D0A: hue angle of 1.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90D0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 13 10 -
CMYK 0 0.93 0.95 0.27
HSL 1.03º 0.9% 0.38% -
HSV(B) 1.03º 0.95% 0.73% -
XYZ 20.21 10.62 1.27 -
YUV 64.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 185 13 10 0 0.93 0.95 0.27 1.03 0.9 0.38
Hex B9 D A 0 5D 5F 1B 1 5A 26
Octal 271 15 12 0 135 137 33 1 132 46
Binary 10111001 1101 1010 0 1011101 1011111 11011 1 1011010 100110

Color Harmonies of #B90D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D0A

Black with #B90D0A

Text Example


Text Example

White with #B90D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D0A; }

 p { color: rgb(185,13,10); }

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

background-color css

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

 a { background-color: rgb(185,13,10); }

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

border-color css

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

 span { border-color: rgb(185,13,10); }

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