Html Css Color HEX #BD3448 Old Rose

📋 copy color: '#BD3448'

red 189 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #BD3448

Tints of Old Rose #BD3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 60.38%
G = 16.61%
B = 23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD3448 (or 0xBD3448) is known color: Old Rose. HEX triplet: BD, 34 and 48. RGB value is (189,52,72). Sum of RGB (Red+Green+Blue) = 189+52+72=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3448 is #42CBB7. Grayscale: #5F5F5F. Windows color (decimal): -4377528 or 4732093. OLE color: 4732093.

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

Color convert

RGB 189 52 72 -
CMYK 0 0.72 0.62 0.26
HSL 351.24º 0.57% 0.47% -
HSV(B) 351.24º 0.72% 0.74% -
XYZ 23.38 13.74 7.55 -
YUV 95.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 189 52 72 0 0.72 0.62 0.26 351.24 0.57 0.47
Hex BD 34 48 0 48 3E 1A 15F 39 2F
Octal 275 64 110 0 110 76 32 537 71 57
Binary 10111101 110100 1001000 0 1001000 111110 11010 101011111 111001 101111

Color Harmonies of #BD3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3448

Black with #BD3448

Text Example


Text Example

White with #BD3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3448; }

 p { color: rgb(189,52,72); }

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

background-color css

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

 a { background-color: rgb(189,52,72); }

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

border-color css

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

 span { border-color: rgb(189,52,72); }

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