Html Css Color HEX #BD302A Persian Red

📋 copy color: '#BD302A'

red 189 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #BD302A

Tints of Persian Red #BD302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 67.74%
G = 17.2%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD302A (or 0xBD302A) is known color: Persian Red. HEX triplet: BD, 30 and 2A. RGB value is (189,48,42). Sum of RGB (Red+Green+Blue) = 189+48+42=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD302A is #42CFD5. Grayscale: #595959. Windows color (decimal): -4378582 or 2764989. OLE color: 2764989.

HSL color Cylindrical-coordinate representation of color #BD302A: hue angle of 2.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD302A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 42 -
CMYK 0 0.75 0.78 0.26
HSL 2.45º 0.64% 0.45% -
HSV(B) 2.45º 0.78% 0.74% -
XYZ 22.46 13.1 3.54 -
YUV 89.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 189 48 42 0 0.75 0.78 0.26 2.45 0.64 0.45
Hex BD 30 2A 0 4B 4E 1A 2 40 2D
Octal 275 60 52 0 113 116 32 2 100 55
Binary 10111101 110000 101010 0 1001011 1001110 11010 10 1000000 101101

Color Harmonies of #BD302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD302A

Black with #BD302A

Text Example


Text Example

White with #BD302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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