Html Css Color HEX #BD312B Persian Red

📋 copy color: '#BD312B'

red 189 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #BD312B

Tints of Persian Red #BD312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 67.26%
G = 17.44%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD312B (or 0xBD312B) is known color: Persian Red. HEX triplet: BD, 31 and 2B. RGB value is (189,49,43). Sum of RGB (Red+Green+Blue) = 189+49+43=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD312B is #42CED4. Grayscale: #5A5A5A. Windows color (decimal): -4378325 or 2830781. OLE color: 2830781.

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

Color convert

RGB 189 49 43 -
CMYK 0 0.74 0.77 0.26
HSL 2.47º 0.63% 0.45% -
HSV(B) 2.47º 0.77% 0.74% -
XYZ 22.52 13.19 3.64 -
YUV 90.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 189 49 43 0 0.74 0.77 0.26 2.47 0.63 0.45
Hex BD 31 2B 0 4A 4D 1A 2 3F 2D
Octal 275 61 53 0 112 115 32 2 77 55
Binary 10111101 110001 101011 0 1001010 1001101 11010 10 111111 101101

Color Harmonies of #BD312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD312B

Black with #BD312B

Text Example


Text Example

White with #BD312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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