Html Css Color HEX #B9302F Persian Red

📋 copy color: '#B9302F'

red 185 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #B9302F

Tints of Persian Red #B9302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 66.07%
G = 17.14%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9302F (or 0xB9302F) is known color: Persian Red. HEX triplet: B9, 30 and 2F. RGB value is (185,48,47). Sum of RGB (Red+Green+Blue) = 185+48+47=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9302F is #46CFD0. Grayscale: #585858. Windows color (decimal): -4640721 or 3092665. OLE color: 3092665.

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

Color convert

RGB 185 48 47 -
CMYK 0 0.74 0.75 0.27
HSL 0.43º 0.59% 0.45% -
HSV(B) 0.43º 0.75% 0.73% -
XYZ 21.58 12.63 3.99 -
YUV 88.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 185 48 47 0 0.74 0.75 0.27 0.43 0.59 0.45
Hex B9 30 2F 0 4A 4B 1B 0 3B 2D
Octal 271 60 57 0 112 113 33 0 73 55
Binary 10111001 110000 101111 0 1001010 1001011 11011 0 111011 101101

Color Harmonies of #B9302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9302F

Black with #B9302F

Text Example


Text Example

White with #B9302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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