Html Css Color HEX #BD302C Persian Red

📋 copy color: '#BD302C'

red 189 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #BD302C

Tints of Persian Red #BD302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 67.26%
G = 17.08%
B = 15.66%

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

#BD302C (or 0xBD302C) is known color: Persian Red. HEX triplet: BD, 30 and 2C. RGB value is (189,48,44). Sum of RGB (Red+Green+Blue) = 189+48+44=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD302C is #42CFD3. Grayscale: #595959. Windows color (decimal): -4378580 or 2896061. OLE color: 2896061.

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

Color convert

RGB 189 48 44 -
CMYK 0 0.75 0.77 0.26
HSL 1.66º 0.62% 0.46% -
HSV(B) 1.66º 0.77% 0.74% -
XYZ 22.5 13.11 3.73 -
YUV 89.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 189 48 44 0 0.75 0.77 0.26 1.66 0.62 0.46
Hex BD 30 2C 0 4B 4D 1A 2 3E 2E
Octal 275 60 54 0 113 115 32 2 76 56
Binary 10111101 110000 101100 0 1001011 1001101 11010 10 111110 101110

Color Harmonies of #BD302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD302C

Black with #BD302C

Text Example


Text Example

White with #BD302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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