Html Css Color HEX #B42649 Old Rose

📋 copy color: '#B42649'

red 180 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #B42649

Tints of Old Rose #B42649

RGB

 RED value IS 180 (70.7% from 255) = 61.86%

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 61.86%
G = 13.06%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B42649 (or 0xB42649) is known color: Old Rose. HEX triplet: B4, 26 and 49. RGB value is (180,38,73). Sum of RGB (Red+Green+Blue) = 180+38+73=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B42649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42649 is #4BD9B6. Grayscale: #545454. Windows color (decimal): -4970935 or 4794036. OLE color: 4794036.

HSL color Cylindrical-coordinate representation of color #B42649: hue angle of 345.21º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42649 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 73 -
CMYK 0 0.79 0.59 0.29
HSL 345.21º 0.65% 0.43% -
HSV(B) 345.21º 0.79% 0.71% -
XYZ 20.72 11.57 7.44 -
YUV 84.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 180 38 73 0 0.79 0.59 0.29 345.21 0.65 0.43
Hex B4 26 49 0 4F 3B 1D 159 41 2B
Octal 264 46 111 0 117 73 35 531 101 53
Binary 10110100 100110 1001001 0 1001111 111011 11101 101011001 1000001 101011

Color Harmonies of #B42649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42649

Black with #B42649

Text Example


Text Example

White with #B42649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42649; }

 p { color: rgb(180,38,73); }

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

background-color css

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

 a { background-color: rgb(180,38,73); }

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

border-color css

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

 span { border-color: rgb(180,38,73); }

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