Html Css Color HEX #BD342C Persian Red

📋 copy color: '#BD342C'

red 189 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #BD342C

Tints of Persian Red #BD342C

RGB

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

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

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

R = 66.32%
G = 18.25%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD342C (or 0xBD342C) is known color: Persian Red. HEX triplet: BD, 34 and 2C. RGB value is (189,52,44). Sum of RGB (Red+Green+Blue) = 189+52+44=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD342C is #42CBD3. Grayscale: #5C5C5C. Windows color (decimal): -4377556 or 2897085. OLE color: 2897085.

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

Color convert

RGB 189 52 44 -
CMYK 0 0.72 0.77 0.26
HSL 3.31º 0.62% 0.46% -
HSV(B) 3.31º 0.77% 0.74% -
XYZ 22.67 13.46 3.79 -
YUV 92.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 189 52 44 0 0.72 0.77 0.26 3.31 0.62 0.46
Hex BD 34 2C 0 48 4D 1A 3 3E 2E
Octal 275 64 54 0 110 115 32 3 76 56
Binary 10111101 110100 101100 0 1001000 1001101 11010 11 111110 101110

Color Harmonies of #BD342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD342C

Black with #BD342C

Text Example


Text Example

White with #BD342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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