Html Css Color HEX #B43E46 Old Rose

📋 copy color: '#B43E46'

red 180 ◦ green 62 ◦ blue 70

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

Shades of Old Rose #B43E46

Tints of Old Rose #B43E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 57.69%
G = 19.87%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B43E46 (or 0xB43E46) is known color: Old Rose. HEX triplet: B4, 3E and 46. RGB value is (180,62,70). Sum of RGB (Red+Green+Blue) = 180+62+70=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E46 is #4BC1B9. Grayscale: #626262. Windows color (decimal): -4964794 or 4603572. OLE color: 4603572.

HSL color Cylindrical-coordinate representation of color #B43E46: hue angle of 355.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E46 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 70 -
CMYK 0 0.66 0.61 0.29
HSL 355.93º 0.49% 0.47% -
HSV(B) 355.93º 0.66% 0.71% -
XYZ 21.65 13.59 7.28 -
YUV 98.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 180 62 70 0 0.66 0.61 0.29 355.93 0.49 0.47
Hex B4 3E 46 0 42 3D 1D 164 31 2F
Octal 264 76 106 0 102 75 35 544 61 57
Binary 10110100 111110 1000110 0 1000010 111101 11101 101100100 110001 101111

Color Harmonies of #B43E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E46

Black with #B43E46

Text Example


Text Example

White with #B43E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E46; }

 p { color: rgb(180,62,70); }

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

background-color css

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

 a { background-color: rgb(180,62,70); }

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

border-color css

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

 span { border-color: rgb(180,62,70); }

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