Html Css Color HEX #B42650 Old Rose

📋 copy color: '#B42650'

red 180 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #B42650

Tints of Old Rose #B42650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 60.4%
G = 12.75%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B42650 (or 0xB42650) is known color: Old Rose. HEX triplet: B4, 26 and 50. RGB value is (180,38,80). Sum of RGB (Red+Green+Blue) = 180+38+80=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B42650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42650 is #4BD9AF. Grayscale: #555555. Windows color (decimal): -4970928 or 5252788. OLE color: 5252788.

HSL color Cylindrical-coordinate representation of color #B42650: hue angle of 342.25º 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 #B42650 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 80 -
CMYK 0 0.79 0.56 0.29
HSL 342.25º 0.65% 0.43% -
HSV(B) 342.25º 0.79% 0.71% -
XYZ 20.96 11.67 8.74 -
YUV 85.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 180 38 80 0 0.79 0.56 0.29 342.25 0.65 0.43
Hex B4 26 50 0 4F 38 1D 156 41 2B
Octal 264 46 120 0 117 70 35 526 101 53
Binary 10110100 100110 1010000 0 1001111 111000 11101 101010110 1000001 101011

Color Harmonies of #B42650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42650

Black with #B42650

Text Example


Text Example

White with #B42650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42650; }

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

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

background-color css

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

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

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

border-color css

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

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

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