Html Css Color HEX #BD382F Persian Red

📋 copy color: '#BD382F'

red 189 ◦ green 56 ◦ blue 47

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

Shades of Persian Red #BD382F

Tints of Persian Red #BD382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 64.73%
G = 19.18%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD382F (or 0xBD382F) is known color: Persian Red. HEX triplet: BD, 38 and 2F. RGB value is (189,56,47). Sum of RGB (Red+Green+Blue) = 189+56+47=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD382F is #42C7D0. Grayscale: #5E5E5E. Windows color (decimal): -4376529 or 3094717. OLE color: 3094717.

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

Color convert

RGB 189 56 47 -
CMYK 0 0.70 0.75 0.26
HSL 3.8º 0.6% 0.46% -
HSV(B) 3.8º 0.75% 0.74% -
XYZ 22.91 13.85 4.16 -
YUV 94.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 189 56 47 0 0.70 0.75 0.26 3.8 0.6 0.46
Hex BD 38 2F 0 46 4B 1A 4 3C 2E
Octal 275 70 57 0 106 113 32 4 74 56
Binary 10111101 111000 101111 0 1000110 1001011 11010 100 111100 101110

Color Harmonies of #BD382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD382F

Black with #BD382F

Text Example


Text Example

White with #BD382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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