Html Css Color HEX #BD352C Persian Red

📋 copy color: '#BD352C'

red 189 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #BD352C

Tints of Persian Red #BD352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 66.08%
G = 18.53%
B = 15.38%

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

#BD352C (or 0xBD352C) is known color: Persian Red. HEX triplet: BD, 35 and 2C. RGB value is (189,53,44). Sum of RGB (Red+Green+Blue) = 189+53+44=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD352C is #42CAD3. Grayscale: #5C5C5C. Windows color (decimal): -4377300 or 2897341. OLE color: 2897341.

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

Color convert

RGB 189 53 44 -
CMYK 0 0.72 0.77 0.26
HSL 3.72º 0.62% 0.46% -
HSV(B) 3.72º 0.77% 0.74% -
XYZ 22.71 13.55 3.8 -
YUV 92.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 189 53 44 0 0.72 0.77 0.26 3.72 0.62 0.46
Hex BD 35 2C 0 48 4D 1A 4 3E 2E
Octal 275 65 54 0 110 115 32 4 76 56
Binary 10111101 110101 101100 0 1001000 1001101 11010 100 111110 101110

Color Harmonies of #BD352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD352C

Black with #BD352C

Text Example


Text Example

White with #BD352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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