Html Css Color HEX #BD3635 Persian Red

📋 copy color: '#BD3635'

red 189 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #BD3635

Tints of Persian Red #BD3635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 63.85%
G = 18.24%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD3635 (or 0xBD3635) is known color: Persian Red. HEX triplet: BD, 36 and 35. RGB value is (189,54,53). Sum of RGB (Red+Green+Blue) = 189+54+53=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3635 is #42C9CA. Grayscale: #5E5E5E. Windows color (decimal): -4377035 or 3487421. OLE color: 3487421.

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

Color convert

RGB 189 54 53 -
CMYK 0 0.71 0.72 0.26
HSL 0.44º 0.56% 0.47% -
HSV(B) 0.44º 0.72% 0.74% -
XYZ 22.95 13.71 4.81 -
YUV 94.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 189 54 53 0 0.71 0.72 0.26 0.44 0.56 0.47
Hex BD 36 35 0 47 48 1A 0 38 2F
Octal 275 66 65 0 107 110 32 0 70 57
Binary 10111101 110110 110101 0 1000111 1001000 11010 0 111000 101111

Color Harmonies of #BD3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3635

Black with #BD3635

Text Example


Text Example

White with #BD3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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