Html Css Color HEX #B93130 Persian Red

📋 copy color: '#B93130'

red 185 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #B93130

Tints of Persian Red #B93130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 65.6%
G = 17.38%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93130 (or 0xB93130) is known color: Persian Red. HEX triplet: B9, 31 and 30. RGB value is (185,49,48). Sum of RGB (Red+Green+Blue) = 185+49+48=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B93130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93130 is #46CECF. Grayscale: #595959. Windows color (decimal): -4640464 or 3158457. OLE color: 3158457.

HSL color Cylindrical-coordinate representation of color #B93130: hue angle of 0.44º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93130 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 48 -
CMYK 0 0.74 0.74 0.27
HSL 0.44º 0.59% 0.46% -
HSV(B) 0.44º 0.74% 0.73% -
XYZ 21.64 12.72 4.11 -
YUV 89.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 185 49 48 0 0.74 0.74 0.27 0.44 0.59 0.46
Hex B9 31 30 0 4A 4A 1B 0 3B 2E
Octal 271 61 60 0 112 112 33 0 73 56
Binary 10111001 110001 110000 0 1001010 1001010 11011 0 111011 101110

Color Harmonies of #B93130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93130

Black with #B93130

Text Example


Text Example

White with #B93130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93130; }

 p { color: rgb(185,49,48); }

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

background-color css

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

 a { background-color: rgb(185,49,48); }

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

border-color css

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

 span { border-color: rgb(185,49,48); }

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