Html Css Color HEX #BD322C Persian Red

📋 copy color: '#BD322C'

red 189 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #BD322C

Tints of Persian Red #BD322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 66.78%
G = 17.67%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD322C (or 0xBD322C) is known color: Persian Red. HEX triplet: BD, 32 and 2C. RGB value is (189,50,44). Sum of RGB (Red+Green+Blue) = 189+50+44=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD322C is #42CDD3. Grayscale: #5B5B5B. Windows color (decimal): -4378068 or 2896573. OLE color: 2896573.

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

Color convert

RGB 189 50 44 -
CMYK 0 0.74 0.77 0.26
HSL 2.48º 0.62% 0.46% -
HSV(B) 2.48º 0.77% 0.74% -
XYZ 22.58 13.28 3.76 -
YUV 90.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 189 50 44 0 0.74 0.77 0.26 2.48 0.62 0.46
Hex BD 32 2C 0 4A 4D 1A 2 3E 2E
Octal 275 62 54 0 112 115 32 2 76 56
Binary 10111101 110010 101100 0 1001010 1001101 11010 10 111110 101110

Color Harmonies of #BD322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD322C

Black with #BD322C

Text Example


Text Example

White with #BD322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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