Html Css Color HEX #B42244 Old Rose

📋 copy color: '#B42244'

red 180 ◦ green 34 ◦ blue 68

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

Shades of Old Rose #B42244

Tints of Old Rose #B42244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 63.83%
G = 12.06%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B42244 (or 0xB42244) is known color: Old Rose. HEX triplet: B4, 22 and 44. RGB value is (180,34,68). Sum of RGB (Red+Green+Blue) = 180+34+68=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42244 is #4BDDBB. Grayscale: #515151. Windows color (decimal): -4971964 or 4465332. OLE color: 4465332.

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

Color convert

RGB 180 34 68 -
CMYK 0 0.81 0.62 0.29
HSL 346.03º 0.68% 0.42% -
HSV(B) 346.03º 0.81% 0.71% -
XYZ 20.44 11.26 6.57 -
YUV 81.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 180 34 68 0 0.81 0.62 0.29 346.03 0.68 0.42
Hex B4 22 44 0 51 3E 1D 15A 44 2A
Octal 264 42 104 0 121 76 35 532 104 52
Binary 10110100 100010 1000100 0 1010001 111110 11101 101011010 1000100 101010

Color Harmonies of #B42244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42244

Black with #B42244

Text Example


Text Example

White with #B42244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42244; }

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

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

background-color css

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

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

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

border-color css

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

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

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