#BD362D

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

Shades of Persian Red #BD362D

Tints of Persian Red #BD362D

Color information

#BD362D (or 0xBD362D) is unknown color: approx 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

RGB1895445-
CMYK00.710.760.26
HSL3.75º61.54%45.88%-
HSV(B)3.75º76.19%74.12%-
XYZ22.7813.653.92-
YUV93.34100.73196.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=65.62%
G=18.75%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189544500.710.760.263.7561.5445.88
HexBD362D0474C1A43e2e
Octal275665501071143247656
Binary1011110111011010110101000111100110011010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>