Html Css Color HEX #B4245B Old Rose

📋 copy color: '#B4245B'

red 180 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #B4245B

Tints of Old Rose #B4245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 58.63%
G = 11.73%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4245B (or 0xB4245B) is known color: Old Rose. HEX triplet: B4, 24 and 5B. RGB value is (180,36,91). Sum of RGB (Red+Green+Blue) = 180+36+91=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4245B is #4BDBA4. Grayscale: #555555. Windows color (decimal): -4971429 or 5973172. OLE color: 5973172.

HSL color Cylindrical-coordinate representation of color #B4245B: hue angle of 337.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4245B is Cyan = 0, Magento = 0.8, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 91 -
CMYK 0 0.8 0.49 0.29
HSL 337.08º 0.67% 0.42% -
HSV(B) 337.08º 0.8% 0.71% -
XYZ 21.34 11.72 11.03 -
YUV 85.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 180 36 91 0 0.8 0.49 0.29 337.08 0.67 0.42
Hex B4 24 5B 0 50 31 1D 151 43 2A
Octal 264 44 133 0 120 61 35 521 103 52
Binary 10110100 100100 1011011 0 1010000 110001 11101 101010001 1000011 101010

Color Harmonies of #B4245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4245B

Black with #B4245B

Text Example


Text Example

White with #B4245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4245B; }

 p { color: rgb(180,36,91); }

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

background-color css

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

 a { background-color: rgb(180,36,91); }

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

border-color css

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

 span { border-color: rgb(180,36,91); }

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