Html Css Color HEX #BD332D Persian Red

📋 copy color: '#BD332D'

red 189 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #BD332D

Tints of Persian Red #BD332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 66.32%
G = 17.89%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD332D (or 0xBD332D) is known color: Persian Red. HEX triplet: BD, 33 and 2D. RGB value is (189,51,45). Sum of RGB (Red+Green+Blue) = 189+51+45=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD332D is #42CCD2. Grayscale: #5B5B5B. Windows color (decimal): -4377811 or 2962365. OLE color: 2962365.

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

Color convert

RGB 189 51 45 -
CMYK 0 0.73 0.76 0.26
HSL 2.5º 0.62% 0.46% -
HSV(B) 2.5º 0.76% 0.74% -
XYZ 22.64 13.38 3.87 -
YUV 91.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 189 51 45 0 0.73 0.76 0.26 2.5 0.62 0.46
Hex BD 33 2D 0 49 4C 1A 2 3E 2E
Octal 275 63 55 0 111 114 32 2 76 56
Binary 10111101 110011 101101 0 1001001 1001100 11010 10 111110 101110

Color Harmonies of #BD332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD332D

Black with #BD332D

Text Example


Text Example

White with #BD332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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