Html Css Color HEX #B42948 Old Rose

📋 copy color: '#B42948'

red 180 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #B42948

Tints of Old Rose #B42948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 61.43%
G = 13.99%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B42948 (or 0xB42948) is known color: Old Rose. HEX triplet: B4, 29 and 48. RGB value is (180,41,72). Sum of RGB (Red+Green+Blue) = 180+41+72=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42948 is #4BD6B7. Grayscale: #565656. Windows color (decimal): -4970168 or 4729268. OLE color: 4729268.

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

Color convert

RGB 180 41 72 -
CMYK 0 0.77 0.60 0.29
HSL 346.62º 0.63% 0.43% -
HSV(B) 346.62º 0.77% 0.71% -
XYZ 20.79 11.76 7.3 -
YUV 86.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 180 41 72 0 0.77 0.60 0.29 346.62 0.63 0.43
Hex B4 29 48 0 4D 3C 1D 15B 3F 2B
Octal 264 51 110 0 115 74 35 533 77 53
Binary 10110100 101001 1001000 0 1001101 111100 11101 101011011 111111 101011

Color Harmonies of #B42948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42948

Black with #B42948

Text Example


Text Example

White with #B42948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42948; }

 p { color: rgb(180,41,72); }

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

background-color css

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

 a { background-color: rgb(180,41,72); }

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

border-color css

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

 span { border-color: rgb(180,41,72); }

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