Html Css Color HEX #B42443 Old Rose

📋 copy color: '#B42443'

red 180 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B42443

Tints of Old Rose #B42443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 63.6%
G = 12.72%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42443 (or 0xB42443) is known color: Old Rose. HEX triplet: B4, 24 and 43. RGB value is (180,36,67). Sum of RGB (Red+Green+Blue) = 180+36+67=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42443 is #4BDBBC. Grayscale: #525252. Windows color (decimal): -4971453 or 4400308. OLE color: 4400308.

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

Color convert

RGB 180 36 67 -
CMYK 0 0.8 0.63 0.29
HSL 347.08º 0.67% 0.42% -
HSV(B) 347.08º 0.8% 0.71% -
XYZ 20.47 11.37 6.43 -
YUV 82.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 180 36 67 0 0.8 0.63 0.29 347.08 0.67 0.42
Hex B4 24 43 0 50 3F 1D 15B 43 2A
Octal 264 44 103 0 120 77 35 533 103 52
Binary 10110100 100100 1000011 0 1010000 111111 11101 101011011 1000011 101010

Color Harmonies of #B42443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42443

Black with #B42443

Text Example


Text Example

White with #B42443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42443; }

 p { color: rgb(180,36,67); }

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

background-color css

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

 a { background-color: rgb(180,36,67); }

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

border-color css

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

 span { border-color: rgb(180,36,67); }

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