Html Css Color HEX #BD224D Old Rose

📋 copy color: '#BD224D'

red 189 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #BD224D

Tints of Old Rose #BD224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 63%
G = 11.33%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD224D (or 0xBD224D) is known color: Old Rose. HEX triplet: BD, 22 and 4D. RGB value is (189,34,77). Sum of RGB (Red+Green+Blue) = 189+34+77=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD224D is #42DDB2. Grayscale: #555555. Windows color (decimal): -4382131 or 5055165. OLE color: 5055165.

HSL color Cylindrical-coordinate representation of color #BD224D: hue angle of 343.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD224D is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 77 -
CMYK 0 0.82 0.59 0.26
HSL 343.35º 0.7% 0.44% -
HSV(B) 343.35º 0.82% 0.74% -
XYZ 22.9 12.5 8.23 -
YUV 85.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 189 34 77 0 0.82 0.59 0.26 343.35 0.7 0.44
Hex BD 22 4D 0 52 3B 1A 157 46 2C
Octal 275 42 115 0 122 73 32 527 106 54
Binary 10111101 100010 1001101 0 1010010 111011 11010 101010111 1000110 101100

Color Harmonies of #BD224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD224D

Black with #BD224D

Text Example


Text Example

White with #BD224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD224D; }

 p { color: rgb(189,34,77); }

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

background-color css

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

 a { background-color: rgb(189,34,77); }

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

border-color css

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

 span { border-color: rgb(189,34,77); }

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