Html Css Color HEX #BD3731 Persian Red

📋 copy color: '#BD3731'

red 189 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #BD3731

Tints of Persian Red #BD3731

RGB

 RED value IS 189 (74.22% from 255) = 64.51%

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 64.51%
G = 18.77%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3731 (or 0xBD3731) is known color: Persian Red. HEX triplet: BD, 37 and 31. RGB value is (189,55,49). Sum of RGB (Red+Green+Blue) = 189+55+49=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3731 is #42C8CE. Grayscale: #5E5E5E. Windows color (decimal): -4376783 or 3225533. OLE color: 3225533.

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

Color convert

RGB 189 55 49 -
CMYK 0 0.71 0.74 0.26
HSL 2.57º 0.59% 0.47% -
HSV(B) 2.57º 0.74% 0.74% -
XYZ 22.91 13.77 4.36 -
YUV 94.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 189 55 49 0 0.71 0.74 0.26 2.57 0.59 0.47
Hex BD 37 31 0 47 4A 1A 3 3B 2F
Octal 275 67 61 0 107 112 32 3 73 57
Binary 10111101 110111 110001 0 1000111 1001010 11010 11 111011 101111

Color Harmonies of #BD3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3731

Black with #BD3731

Text Example


Text Example

White with #BD3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3731; }

 p { color: rgb(189,55,49); }

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

background-color css

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

 a { background-color: rgb(189,55,49); }

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

border-color css

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

 span { border-color: rgb(189,55,49); }

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