Html Css Color HEX #BD3331 Persian Red

📋 copy color: '#BD3331'

red 189 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #BD3331

Tints of Persian Red #BD3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 65.4%
G = 17.65%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3331 (or 0xBD3331) is known color: Persian Red. HEX triplet: BD, 33 and 31. RGB value is (189,51,49). Sum of RGB (Red+Green+Blue) = 189+51+49=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3331 is #42CCCE. Grayscale: #5C5C5C. Windows color (decimal): -4377807 or 3224509. OLE color: 3224509.

HSL color Cylindrical-coordinate representation of color #BD3331: hue angle of 0.86º 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 #BD3331 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 49 -
CMYK 0 0.73 0.74 0.26
HSL 0.86º 0.59% 0.47% -
HSV(B) 0.86º 0.74% 0.74% -
XYZ 22.72 13.41 4.3 -
YUV 92.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 189 51 49 0 0.73 0.74 0.26 0.86 0.59 0.47
Hex BD 33 31 0 49 4A 1A 1 3B 2F
Octal 275 63 61 0 111 112 32 1 73 57
Binary 10111101 110011 110001 0 1001001 1001010 11010 1 111011 101111

Color Harmonies of #BD3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3331

Black with #BD3331

Text Example


Text Example

White with #BD3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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