Html Css Color HEX #BD372C Persian Red

📋 copy color: '#BD372C'

red 189 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #BD372C

Tints of Persian Red #BD372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 65.63%
G = 19.1%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD372C (or 0xBD372C) is known color: Persian Red. HEX triplet: BD, 37 and 2C. RGB value is (189,55,44). Sum of RGB (Red+Green+Blue) = 189+55+44=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD372C is #42C8D3. Grayscale: #5D5D5D. Windows color (decimal): -4376788 or 2897853. OLE color: 2897853.

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

Color convert

RGB 189 55 44 -
CMYK 0 0.71 0.77 0.26
HSL 4.55º 0.62% 0.46% -
HSV(B) 4.55º 0.77% 0.74% -
XYZ 22.81 13.73 3.83 -
YUV 93.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 189 55 44 0 0.71 0.77 0.26 4.55 0.62 0.46
Hex BD 37 2C 0 47 4D 1A 5 3E 2E
Octal 275 67 54 0 107 115 32 5 76 56
Binary 10111101 110111 101100 0 1000111 1001101 11010 101 111110 101110

Color Harmonies of #BD372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD372C

Black with #BD372C

Text Example


Text Example

White with #BD372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD372C; }

 p { color: rgb(189,55,44); }

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

background-color css

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

 a { background-color: rgb(189,55,44); }

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

border-color css

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

 span { border-color: rgb(189,55,44); }

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