Html Css Color HEX #BD332F Persian Red

📋 copy color: '#BD332F'

red 189 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #BD332F

Tints of Persian Red #BD332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 65.85%
G = 17.77%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD332F (or 0xBD332F) is known color: Persian Red. HEX triplet: BD, 33 and 2F. RGB value is (189,51,47). Sum of RGB (Red+Green+Blue) = 189+51+47=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD332F is #42CCD0. Grayscale: #5B5B5B. Windows color (decimal): -4377809 or 3093437. OLE color: 3093437.

HSL color Cylindrical-coordinate representation of color #BD332F: hue angle of 1.69º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD332F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 47 -
CMYK 0 0.73 0.75 0.26
HSL 1.69º 0.6% 0.46% -
HSV(B) 1.69º 0.75% 0.74% -
XYZ 22.68 13.39 4.08 -
YUV 91.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 189 51 47 0 0.73 0.75 0.26 1.69 0.6 0.46
Hex BD 33 2F 0 49 4B 1A 2 3C 2E
Octal 275 63 57 0 111 113 32 2 74 56
Binary 10111101 110011 101111 0 1001001 1001011 11010 10 111100 101110

Color Harmonies of #BD332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD332F

Black with #BD332F

Text Example


Text Example

White with #BD332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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