Html Css Color HEX #BD342F Persian Red

📋 copy color: '#BD342F'

red 189 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #BD342F

Tints of Persian Red #BD342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 65.63%
G = 18.06%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD342F (or 0xBD342F) is known color: Persian Red. HEX triplet: BD, 34 and 2F. RGB value is (189,52,47). Sum of RGB (Red+Green+Blue) = 189+52+47=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD342F is #42CBD0. Grayscale: #5C5C5C. Windows color (decimal): -4377553 or 3093693. OLE color: 3093693.

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

Color convert

RGB 189 52 47 -
CMYK 0 0.72 0.75 0.26
HSL 2.11º 0.6% 0.46% -
HSV(B) 2.11º 0.75% 0.74% -
XYZ 22.73 13.48 4.09 -
YUV 92.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 189 52 47 0 0.72 0.75 0.26 2.11 0.6 0.46
Hex BD 34 2F 0 48 4B 1A 2 3C 2E
Octal 275 64 57 0 110 113 32 2 74 56
Binary 10111101 110100 101111 0 1001000 1001011 11010 10 111100 101110

Color Harmonies of #BD342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD342F

Black with #BD342F

Text Example


Text Example

White with #BD342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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