Html Css Color HEX #BD3631 Persian Red

📋 copy color: '#BD3631'

red 189 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #BD3631

Tints of Persian Red #BD3631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 64.73%
G = 18.49%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3631 (or 0xBD3631) is known color: Persian Red. HEX triplet: BD, 36 and 31. RGB value is (189,54,49). Sum of RGB (Red+Green+Blue) = 189+54+49=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3631 is #42C9CE. Grayscale: #5D5D5D. Windows color (decimal): -4377039 or 3225277. OLE color: 3225277.

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

Color convert

RGB 189 54 49 -
CMYK 0 0.71 0.74 0.26
HSL 2.14º 0.59% 0.47% -
HSV(B) 2.14º 0.74% 0.74% -
XYZ 22.86 13.68 4.34 -
YUV 93.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 189 54 49 0 0.71 0.74 0.26 2.14 0.59 0.47
Hex BD 36 31 0 47 4A 1A 2 3B 2F
Octal 275 66 61 0 107 112 32 2 73 57
Binary 10111101 110110 110001 0 1000111 1001010 11010 10 111011 101111

Color Harmonies of #BD3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3631

Black with #BD3631

Text Example


Text Example

White with #BD3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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