Html Css Color HEX #BD3330 Persian Red

📋 copy color: '#BD3330'

red 189 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #BD3330

Tints of Persian Red #BD3330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 65.63%
G = 17.71%
B = 16.67%

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

#BD3330 (or 0xBD3330) is known color: Persian Red. HEX triplet: BD, 33 and 30. RGB value is (189,51,48). Sum of RGB (Red+Green+Blue) = 189+51+48=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3330 is #42CCCF. Grayscale: #5C5C5C. Windows color (decimal): -4377808 or 3158973. OLE color: 3158973.

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

Color convert

RGB 189 51 48 -
CMYK 0 0.73 0.75 0.26
HSL 1.28º 0.59% 0.46% -
HSV(B) 1.28º 0.75% 0.74% -
XYZ 22.7 13.4 4.19 -
YUV 91.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 189 51 48 0 0.73 0.75 0.26 1.28 0.59 0.46
Hex BD 33 30 0 49 4B 1A 1 3B 2E
Octal 275 63 60 0 111 113 32 1 73 56
Binary 10111101 110011 110000 0 1001001 1001011 11010 1 111011 101110

Color Harmonies of #BD3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3330

Black with #BD3330

Text Example


Text Example

White with #BD3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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