#BD362B

Color #BD362B Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BD362B

Tints of Persian Red #BD362B

Color information

#BD362B (or 0xBD362B) is unknown color: approx Persian Red. HEX triplet: BD, 36 and 2B. RGB value is (189,54,43). Sum of RGB (Red+Green+Blue) = 189+54+43=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD362B is #42C9D4. Grayscale: #5D5D5D. Windows color (decimal): -4377045 or 2832061. OLE color: 2832061.

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

Color convert

RGB1895443-
CMYK00.710.770.26
HSL4.52º62.93%45.49%-
HSV(B)4.52º77.25%74.12%-
XYZ22.7413.633.72-
YUV93.1199.73196.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=66.08%
G=18.88%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189544300.710.770.264.5262.9345.49
HexBD362B0474D1A53f2d
Octal275665301071153257755
Binary1011110111011010101101000111100110111010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD362B; }

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

 H1.HeaderClassName
 {
   color: #BD362B;
 }
 .AnyTagClassName
 {
   color: #BD362B;
 }
</style>
background-color css

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

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

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

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

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

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