Html Css Color HEX #B43543 Old Rose

📋 copy color: '#B43543'

red 180 ◦ green 53 ◦ blue 67

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

Shades of Old Rose #B43543

Tints of Old Rose #B43543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 60%
G = 17.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B43543 (or 0xB43543) is known color: Old Rose. HEX triplet: B4, 35 and 43. RGB value is (180,53,67). Sum of RGB (Red+Green+Blue) = 180+53+67=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B43543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43543 is #4BCABC. Grayscale: #5C5C5C. Windows color (decimal): -4967101 or 4404660. OLE color: 4404660.

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

Color convert

RGB 180 53 67 -
CMYK 0 0.71 0.63 0.29
HSL 353.39º 0.55% 0.46% -
HSV(B) 353.39º 0.71% 0.71% -
XYZ 21.11 12.65 6.64 -
YUV 92.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 180 53 67 0 0.71 0.63 0.29 353.39 0.55 0.46
Hex B4 35 43 0 47 3F 1D 161 37 2E
Octal 264 65 103 0 107 77 35 541 67 56
Binary 10110100 110101 1000011 0 1000111 111111 11101 101100001 110111 101110

Color Harmonies of #B43543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43543

Black with #B43543

Text Example


Text Example

White with #B43543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43543; }

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

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

background-color css

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

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

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

border-color css

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

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

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