Html Css Color HEX #BD302F Persian Red

📋 copy color: '#BD302F'

red 189 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #BD302F

Tints of Persian Red #BD302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 66.55%
G = 16.9%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD302F (or 0xBD302F) is known color: Persian Red. HEX triplet: BD, 30 and 2F. RGB value is (189,48,47). Sum of RGB (Red+Green+Blue) = 189+48+47=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD302F is #42CFD0. Grayscale: #5A5A5A. Windows color (decimal): -4378577 or 3092669. OLE color: 3092669.

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

Color convert

RGB 189 48 47 -
CMYK 0 0.75 0.75 0.26
HSL 0.42º 0.6% 0.46% -
HSV(B) 0.42º 0.75% 0.74% -
XYZ 22.56 13.14 4.04 -
YUV 90.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 189 48 47 0 0.75 0.75 0.26 0.42 0.6 0.46
Hex BD 30 2F 0 4B 4B 1A 0 3C 2E
Octal 275 60 57 0 113 113 32 0 74 56
Binary 10111101 110000 101111 0 1001011 1001011 11010 0 111100 101110

Color Harmonies of #BD302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD302F

Black with #BD302F

Text Example


Text Example

White with #BD302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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