Html Css Color HEX #BD362B Persian Red

📋 copy color: '#BD362B'

red 189 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #BD362B

Tints of Persian Red #BD362B

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 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

#BD362B (or 0xBD362B) is known color: 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

RGB 189 54 43 -
CMYK 0 0.71 0.77 0.26
HSL 4.52º 0.63% 0.45% -
HSV(B) 4.52º 0.77% 0.74% -
XYZ 22.74 13.63 3.72 -
YUV 93.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 189 54 43 0 0.71 0.77 0.26 4.52 0.63 0.45
Hex BD 36 2B 0 47 4D 1A 5 3F 2D
Octal 275 66 53 0 107 115 32 5 77 55
Binary 10111101 110110 101011 0 1000111 1001101 11010 101 111111 101101

Color Harmonies of #BD362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD362B

Black with #BD362B

Text Example


Text Example

White with #BD362B

Text Example


Text Example

HTML Codes & Css Web 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>