Html Css Color HEX #B42748 Old Rose

📋 copy color: '#B42748'

red 180 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #B42748

Tints of Old Rose #B42748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 61.86%
G = 13.4%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B42748 (or 0xB42748) is known color: Old Rose. HEX triplet: B4, 27 and 48. RGB value is (180,39,72). Sum of RGB (Red+Green+Blue) = 180+39+72=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B42748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42748 is #4BD8B7. Grayscale: #545454. Windows color (decimal): -4970680 or 4728756. OLE color: 4728756.

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

Color convert

RGB 180 39 72 -
CMYK 0 0.78 0.60 0.29
HSL 345.96º 0.64% 0.43% -
HSV(B) 345.96º 0.78% 0.71% -
XYZ 20.72 11.62 7.28 -
YUV 84.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 180 39 72 0 0.78 0.60 0.29 345.96 0.64 0.43
Hex B4 27 48 0 4E 3C 1D 15A 40 2B
Octal 264 47 110 0 116 74 35 532 100 53
Binary 10110100 100111 1001000 0 1001110 111100 11101 101011010 1000000 101011

Color Harmonies of #B42748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42748

Black with #B42748

Text Example


Text Example

White with #B42748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42748; }

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

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

background-color css

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

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

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

border-color css

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

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

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