Html Css Color HEX #B42144 Old Rose

📋 copy color: '#B42144'

red 180 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #B42144

Tints of Old Rose #B42144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 64.06%
G = 11.74%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B42144 (or 0xB42144) is known color: Old Rose. HEX triplet: B4, 21 and 44. RGB value is (180,33,68). Sum of RGB (Red+Green+Blue) = 180+33+68=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B42144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42144 is #4BDEBB. Grayscale: #505050. Windows color (decimal): -4972220 or 4465076. OLE color: 4465076.

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

Color convert

RGB 180 33 68 -
CMYK 0 0.82 0.62 0.29
HSL 345.71º 0.69% 0.42% -
HSV(B) 345.71º 0.82% 0.71% -
XYZ 20.41 11.21 6.56 -
YUV 80.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 180 33 68 0 0.82 0.62 0.29 345.71 0.69 0.42
Hex B4 21 44 0 52 3E 1D 15A 45 2A
Octal 264 41 104 0 122 76 35 532 105 52
Binary 10110100 100001 1000100 0 1010010 111110 11101 101011010 1000101 101010

Color Harmonies of #B42144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42144

Black with #B42144

Text Example


Text Example

White with #B42144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42144; }

 p { color: rgb(180,33,68); }

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

background-color css

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

 a { background-color: rgb(180,33,68); }

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

border-color css

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

 span { border-color: rgb(180,33,68); }

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