Html Css Color HEX #BD3938 Persian Red

📋 copy color: '#BD3938'

red 189 ◦ green 57 ◦ blue 56

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

Shades of Persian Red #BD3938

Tints of Persian Red #BD3938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 62.58%
G = 18.87%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3938 (or 0xBD3938) is known color: Persian Red. HEX triplet: BD, 39 and 38. RGB value is (189,57,56). Sum of RGB (Red+Green+Blue) = 189+57+56=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3938 is #42C6C7. Grayscale: #606060. Windows color (decimal): -4376264 or 3684797. OLE color: 3684797.

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

Color convert

RGB 189 57 56 -
CMYK 0 0.70 0.70 0.26
HSL 0.45º 0.54% 0.48% -
HSV(B) 0.45º 0.7% 0.74% -
XYZ 23.16 14.03 5.23 -
YUV 96.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 189 57 56 0 0.70 0.70 0.26 0.45 0.54 0.48
Hex BD 39 38 0 46 46 1A 0 36 30
Octal 275 71 70 0 106 106 32 0 66 60
Binary 10111101 111001 111000 0 1000110 1000110 11010 0 110110 110000

Color Harmonies of #BD3938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3938

Black with #BD3938

Text Example


Text Example

White with #BD3938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3938; }

 p { color: rgb(189,57,56); }

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

background-color css

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

 a { background-color: rgb(189,57,56); }

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

border-color css

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

 span { border-color: rgb(189,57,56); }

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