Html Css Color HEX #BD342D Persian Red

📋 copy color: '#BD342D'

red 189 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #BD342D

Tints of Persian Red #BD342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 66.08%
G = 18.18%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD342D (or 0xBD342D) is known color: Persian Red. HEX triplet: BD, 34 and 2D. RGB value is (189,52,45). Sum of RGB (Red+Green+Blue) = 189+52+45=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD342D is #42CBD2. Grayscale: #5C5C5C. Windows color (decimal): -4377555 or 2962621. OLE color: 2962621.

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

Color convert

RGB 189 52 45 -
CMYK 0 0.72 0.76 0.26
HSL 2.92º 0.62% 0.46% -
HSV(B) 2.92º 0.76% 0.74% -
XYZ 22.69 13.46 3.89 -
YUV 92.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 189 52 45 0 0.72 0.76 0.26 2.92 0.62 0.46
Hex BD 34 2D 0 48 4C 1A 3 3E 2E
Octal 275 64 55 0 110 114 32 3 76 56
Binary 10111101 110100 101101 0 1001000 1001100 11010 11 111110 101110

Color Harmonies of #BD342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD342D

Black with #BD342D

Text Example


Text Example

White with #BD342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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