Html Css Color HEX #BD342E Persian Red

📋 copy color: '#BD342E'

red 189 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #BD342E

Tints of Persian Red #BD342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 65.85%
G = 18.12%
B = 16.03%

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

#BD342E (or 0xBD342E) is known color: Persian Red. HEX triplet: BD, 34 and 2E. RGB value is (189,52,46). Sum of RGB (Red+Green+Blue) = 189+52+46=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD342E is #42CBD1. Grayscale: #5C5C5C. Windows color (decimal): -4377554 or 3028157. OLE color: 3028157.

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

Color convert

RGB 189 52 46 -
CMYK 0 0.72 0.76 0.26
HSL 2.52º 0.61% 0.46% -
HSV(B) 2.52º 0.76% 0.74% -
XYZ 22.71 13.47 3.99 -
YUV 92.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 189 52 46 0 0.72 0.76 0.26 2.52 0.61 0.46
Hex BD 34 2E 0 48 4C 1A 3 3D 2E
Octal 275 64 56 0 110 114 32 3 75 56
Binary 10111101 110100 101110 0 1001000 1001100 11010 11 111101 101110

Color Harmonies of #BD342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD342E

Black with #BD342E

Text Example


Text Example

White with #BD342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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