Html Css Color HEX #B42344 Old Rose

📋 copy color: '#B42344'

red 180 ◦ green 35 ◦ blue 68

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

Shades of Old Rose #B42344

Tints of Old Rose #B42344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 63.6%
G = 12.37%
B = 24.03%

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

#B42344 (or 0xB42344) is known color: Old Rose. HEX triplet: B4, 23 and 44. RGB value is (180,35,68). Sum of RGB (Red+Green+Blue) = 180+35+68=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42344 is #4BDCBB. Grayscale: #525252. Windows color (decimal): -4971708 or 4465588. OLE color: 4465588.

HSL color Cylindrical-coordinate representation of color #B42344: hue angle of 346.34º degrees, saturation: 0.67, 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 #B42344 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 68 -
CMYK 0 0.81 0.62 0.29
HSL 346.34º 0.67% 0.42% -
HSV(B) 346.34º 0.81% 0.71% -
XYZ 20.47 11.32 6.58 -
YUV 82.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 180 35 68 0 0.81 0.62 0.29 346.34 0.67 0.42
Hex B4 23 44 0 51 3E 1D 15A 43 2A
Octal 264 43 104 0 121 76 35 532 103 52
Binary 10110100 100011 1000100 0 1010001 111110 11101 101011010 1000011 101010

Color Harmonies of #B42344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42344

Black with #B42344

Text Example


Text Example

White with #B42344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42344; }

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

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

background-color css

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

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

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

border-color css

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

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

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