Html Css Color HEX #BD3328 Persian Red

📋 copy color: '#BD3328'

red 189 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #BD3328

Tints of Persian Red #BD3328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 67.5%
G = 18.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3328 (or 0xBD3328) is known color: Persian Red. HEX triplet: BD, 33 and 28. RGB value is (189,51,40). Sum of RGB (Red+Green+Blue) = 189+51+40=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3328 is #42CCD7. Grayscale: #5B5B5B. Windows color (decimal): -4377816 or 2634685. OLE color: 2634685.

HSL color Cylindrical-coordinate representation of color #BD3328: hue angle of 4.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD3328 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 40 -
CMYK 0 0.73 0.79 0.26
HSL 4.43º 0.65% 0.45% -
HSV(B) 4.43º 0.79% 0.74% -
XYZ 22.55 13.34 3.39 -
YUV 91.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 189 51 40 0 0.73 0.79 0.26 4.43 0.65 0.45
Hex BD 33 28 0 49 4F 1A 4 41 2D
Octal 275 63 50 0 111 117 32 4 101 55
Binary 10111101 110011 101000 0 1001001 1001111 11010 100 1000001 101101

Color Harmonies of #BD3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3328

Black with #BD3328

Text Example


Text Example

White with #BD3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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