Html Css Color HEX #B42652 Old Rose

📋 copy color: '#B42652'

red 180 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #B42652

Tints of Old Rose #B42652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 60%
G = 12.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42652 (or 0xB42652) is known color: Old Rose. HEX triplet: B4, 26 and 52. RGB value is (180,38,82). Sum of RGB (Red+Green+Blue) = 180+38+82=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B42652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42652 is #4BD9AD. Grayscale: #555555. Windows color (decimal): -4970926 or 5383860. OLE color: 5383860.

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

Color convert

RGB 180 38 82 -
CMYK 0 0.79 0.54 0.29
HSL 341.41º 0.65% 0.43% -
HSV(B) 341.41º 0.79% 0.71% -
XYZ 21.04 11.7 9.13 -
YUV 85.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 180 38 82 0 0.79 0.54 0.29 341.41 0.65 0.43
Hex B4 26 52 0 4F 36 1D 155 41 2B
Octal 264 46 122 0 117 66 35 525 101 53
Binary 10110100 100110 1010010 0 1001111 110110 11101 101010101 1000001 101011

Color Harmonies of #B42652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42652

Black with #B42652

Text Example


Text Example

White with #B42652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42652; }

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

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

background-color css

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

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

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

border-color css

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

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

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