Html Css Color HEX #BD3128 Persian Red

📋 copy color: '#BD3128'

red 189 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #BD3128

Tints of Persian Red #BD3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 67.99%
G = 17.63%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3128 (or 0xBD3128) is known color: Persian Red. HEX triplet: BD, 31 and 28. RGB value is (189,49,40). Sum of RGB (Red+Green+Blue) = 189+49+40=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3128 is #42CED7. Grayscale: #5A5A5A. Windows color (decimal): -4378328 or 2634173. OLE color: 2634173.

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

Color convert

RGB 189 49 40 -
CMYK 0 0.74 0.79 0.26
HSL 3.62º 0.65% 0.45% -
HSV(B) 3.62º 0.79% 0.74% -
XYZ 22.47 13.17 3.37 -
YUV 89.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 189 49 40 0 0.74 0.79 0.26 3.62 0.65 0.45
Hex BD 31 28 0 4A 4F 1A 4 41 2D
Octal 275 61 50 0 112 117 32 4 101 55
Binary 10111101 110001 101000 0 1001010 1001111 11010 100 1000001 101101

Color Harmonies of #BD3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3128

Black with #BD3128

Text Example


Text Example

White with #BD3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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