Html Css Color HEX #BD362D Persian Red

📋 copy color: '#BD362D'

red 189 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #BD362D

Tints of Persian Red #BD362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 65.63%
G = 18.75%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD362D (or 0xBD362D) is known color: Persian Red. HEX triplet: BD, 36 and 2D. RGB value is (189,54,45). Sum of RGB (Red+Green+Blue) = 189+54+45=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD362D is #42C9D2. Grayscale: #5D5D5D. Windows color (decimal): -4377043 or 2963133. OLE color: 2963133.

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

Color convert

RGB 189 54 45 -
CMYK 0 0.71 0.76 0.26
HSL 3.75º 0.62% 0.46% -
HSV(B) 3.75º 0.76% 0.74% -
XYZ 22.78 13.65 3.92 -
YUV 93.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 189 54 45 0 0.71 0.76 0.26 3.75 0.62 0.46
Hex BD 36 2D 0 47 4C 1A 4 3E 2E
Octal 275 66 55 0 107 114 32 4 76 56
Binary 10111101 110110 101101 0 1000111 1001100 11010 100 111110 101110

Color Harmonies of #BD362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD362D

Black with #BD362D

Text Example


Text Example

White with #BD362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD362D; }

 p { color: rgb(189,54,45); }

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

background-color css

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

 a { background-color: rgb(189,54,45); }

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

border-color css

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

 span { border-color: rgb(189,54,45); }

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