Html Css Color HEX #BD352B Persian Red

📋 copy color: '#BD352B'

red 189 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #BD352B

Tints of Persian Red #BD352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 66.32%
G = 18.6%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD352B (or 0xBD352B) is known color: Persian Red. HEX triplet: BD, 35 and 2B. RGB value is (189,53,43). Sum of RGB (Red+Green+Blue) = 189+53+43=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD352B is #42CAD4. Grayscale: #5C5C5C. Windows color (decimal): -4377301 or 2831805. OLE color: 2831805.

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

Color convert

RGB 189 53 43 -
CMYK 0 0.72 0.77 0.26
HSL 4.11º 0.63% 0.45% -
HSV(B) 4.11º 0.77% 0.74% -
XYZ 22.7 13.54 3.7 -
YUV 92.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 189 53 43 0 0.72 0.77 0.26 4.11 0.63 0.45
Hex BD 35 2B 0 48 4D 1A 4 3F 2D
Octal 275 65 53 0 110 115 32 4 77 55
Binary 10111101 110101 101011 0 1001000 1001101 11010 100 111111 101101

Color Harmonies of #BD352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD352B

Black with #BD352B

Text Example


Text Example

White with #BD352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD352B; }

 p { color: rgb(189,53,43); }

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

background-color css

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

 a { background-color: rgb(189,53,43); }

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

border-color css

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

 span { border-color: rgb(189,53,43); }

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