Html Css Color HEX #BD3728 Persian Red

📋 copy color: '#BD3728'

red 189 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #BD3728

Tints of Persian Red #BD3728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 66.55%
G = 19.37%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3728 (or 0xBD3728) is known color: Persian Red. HEX triplet: BD, 37 and 28. RGB value is (189,55,40). Sum of RGB (Red+Green+Blue) = 189+55+40=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3728 is #42C8D7. Grayscale: #5D5D5D. Windows color (decimal): -4376792 or 2635709. OLE color: 2635709.

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

Color convert

RGB 189 55 40 -
CMYK 0 0.71 0.79 0.26
HSL 6.04º 0.65% 0.45% -
HSV(B) 6.04º 0.79% 0.74% -
XYZ 22.74 13.7 3.45 -
YUV 93.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 189 55 40 0 0.71 0.79 0.26 6.04 0.65 0.45
Hex BD 37 28 0 47 4F 1A 6 41 2D
Octal 275 67 50 0 107 117 32 6 101 55
Binary 10111101 110111 101000 0 1000111 1001111 11010 110 1000001 101101

Color Harmonies of #BD3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3728

Black with #BD3728

Text Example


Text Example

White with #BD3728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3728; }

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

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

background-color css

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

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

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

border-color css

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

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

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