Html Css Color HEX #BD302B Persian Red

📋 copy color: '#BD302B'

red 189 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #BD302B

Tints of Persian Red #BD302B

RGB

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

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

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

R = 67.5%
G = 17.14%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD302B (or 0xBD302B) is known color: Persian Red. HEX triplet: BD, 30 and 2B. RGB value is (189,48,43). Sum of RGB (Red+Green+Blue) = 189+48+43=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD302B is #42CFD4. Grayscale: #595959. Windows color (decimal): -4378581 or 2830525. OLE color: 2830525.

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

Color convert

RGB 189 48 43 -
CMYK 0 0.75 0.77 0.26
HSL 2.05º 0.63% 0.45% -
HSV(B) 2.05º 0.77% 0.74% -
XYZ 22.48 13.11 3.63 -
YUV 89.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 189 48 43 0 0.75 0.77 0.26 2.05 0.63 0.45
Hex BD 30 2B 0 4B 4D 1A 2 3F 2D
Octal 275 60 53 0 113 115 32 2 77 55
Binary 10111101 110000 101011 0 1001011 1001101 11010 10 111111 101101

Color Harmonies of #BD302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD302B

Black with #BD302B

Text Example


Text Example

White with #BD302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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