Html Css Color HEX #BD322D Persian Red

📋 copy color: '#BD322D'

red 189 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #BD322D

Tints of Persian Red #BD322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 66.55%
G = 17.61%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD322D (or 0xBD322D) is known color: Persian Red. HEX triplet: BD, 32 and 2D. RGB value is (189,50,45). Sum of RGB (Red+Green+Blue) = 189+50+45=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD322D is #42CDD2. Grayscale: #5B5B5B. Windows color (decimal): -4378067 or 2962109. OLE color: 2962109.

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

Color convert

RGB 189 50 45 -
CMYK 0 0.74 0.76 0.26
HSL 2.08º 0.62% 0.46% -
HSV(B) 2.08º 0.76% 0.74% -
XYZ 22.6 13.29 3.86 -
YUV 90.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 189 50 45 0 0.74 0.76 0.26 2.08 0.62 0.46
Hex BD 32 2D 0 4A 4C 1A 2 3E 2E
Octal 275 62 55 0 112 114 32 2 76 56
Binary 10111101 110010 101101 0 1001010 1001100 11010 10 111110 101110

Color Harmonies of #BD322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD322D

Black with #BD322D

Text Example


Text Example

White with #BD322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD322D; }

 p { color: rgb(189,50,45); }

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

background-color css

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

 a { background-color: rgb(189,50,45); }

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

border-color css

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

 span { border-color: rgb(189,50,45); }

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