Html Css Color HEX #BD332C Persian Red

📋 copy color: '#BD332C'

red 189 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #BD332C

Tints of Persian Red #BD332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 66.55%
G = 17.96%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD332C (or 0xBD332C) is known color: Persian Red. HEX triplet: BD, 33 and 2C. RGB value is (189,51,44). Sum of RGB (Red+Green+Blue) = 189+51+44=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD332C is #42CCD3. Grayscale: #5B5B5B. Windows color (decimal): -4377812 or 2896829. OLE color: 2896829.

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

Color convert

RGB 189 51 44 -
CMYK 0 0.73 0.77 0.26
HSL 2.9º 0.62% 0.46% -
HSV(B) 2.9º 0.77% 0.74% -
XYZ 22.62 13.37 3.77 -
YUV 91.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 189 51 44 0 0.73 0.77 0.26 2.9 0.62 0.46
Hex BD 33 2C 0 49 4D 1A 3 3E 2E
Octal 275 63 54 0 111 115 32 3 76 56
Binary 10111101 110011 101100 0 1001001 1001101 11010 11 111110 101110

Color Harmonies of #BD332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD332C

Black with #BD332C

Text Example


Text Example

White with #BD332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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