Html Css Color HEX #B93030 Persian Red

📋 copy color: '#B93030'

red 185 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #B93030

Tints of Persian Red #B93030

RGB

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

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

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

R = 65.84%
G = 17.08%
B = 17.08%

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

#B93030 (or 0xB93030) is known color: Persian Red. HEX triplet: B9, 30 and 30. RGB value is (185,48,48). Sum of RGB (Red+Green+Blue) = 185+48+48=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B93030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93030 is #46CFCF. Grayscale: #595959. Windows color (decimal): -4640720 or 3158201. OLE color: 3158201.

HSL color Cylindrical-coordinate representation of color #B93030: hue angle of 0º 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 #B93030 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 48 -
CMYK 0 0.74 0.74 0.27
HSL 0.59% 0.46% -
HSV(B) 0.74% 0.73% -
XYZ 21.6 12.64 4.1 -
YUV 88.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 185 48 48 0 0.74 0.74 0.27 0 0.59 0.46
Hex B9 30 30 0 4A 4A 1B 0 3B 2E
Octal 271 60 60 0 112 112 33 0 73 56
Binary 10111001 110000 110000 0 1001010 1001010 11011 0 111011 101110

Color Harmonies of #B93030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93030

Black with #B93030

Text Example


Text Example

White with #B93030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93030; }

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

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

background-color css

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

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

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

border-color css

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

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

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