Html Css Color HEX #BD424B Old Rose

📋 copy color: '#BD424B'

red 189 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #BD424B

Tints of Old Rose #BD424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 57.27%
G = 20%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD424B (or 0xBD424B) is known color: Old Rose. HEX triplet: BD, 42 and 4B. RGB value is (189,66,75). Sum of RGB (Red+Green+Blue) = 189+66+75=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD424B is #42BDB4. Grayscale: #676767. Windows color (decimal): -4373941 or 4932285. OLE color: 4932285.

HSL color Cylindrical-coordinate representation of color #BD424B: hue angle of 355.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD424B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 75 -
CMYK 0 0.65 0.60 0.26
HSL 355.61º 0.48% 0.5% -
HSV(B) 355.61º 0.65% 0.74% -
XYZ 24.2 15.22 8.32 -
YUV 103.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 189 66 75 0 0.65 0.60 0.26 355.61 0.48 0.5
Hex BD 42 4B 0 41 3C 1A 164 30 32
Octal 275 102 113 0 101 74 32 544 60 62
Binary 10111101 1000010 1001011 0 1000001 111100 11010 101100100 110000 110010

Color Harmonies of #BD424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD424B

Black with #BD424B

Text Example


Text Example

White with #BD424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD424B; }

 p { color: rgb(189,66,75); }

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

background-color css

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

 a { background-color: rgb(189,66,75); }

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

border-color css

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

 span { border-color: rgb(189,66,75); }

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