Html Css Color HEX #B43E4A Old Rose

📋 copy color: '#B43E4A'

red 180 ◦ green 62 ◦ blue 74

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

Shades of Old Rose #B43E4A

Tints of Old Rose #B43E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 56.96%
G = 19.62%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43E4A (or 0xB43E4A) is known color: Old Rose. HEX triplet: B4, 3E and 4A. RGB value is (180,62,74). Sum of RGB (Red+Green+Blue) = 180+62+74=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E4A is #4BC1B5. Grayscale: #626262. Windows color (decimal): -4964790 or 4865716. OLE color: 4865716.

HSL color Cylindrical-coordinate representation of color #B43E4A: hue angle of 353.9º 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 #B43E4A is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 74 -
CMYK 0 0.66 0.59 0.29
HSL 353.9º 0.49% 0.47% -
HSV(B) 353.9º 0.66% 0.71% -
XYZ 21.78 13.64 7.96 -
YUV 98.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 180 62 74 0 0.66 0.59 0.29 353.9 0.49 0.47
Hex B4 3E 4A 0 42 3B 1D 162 31 2F
Octal 264 76 112 0 102 73 35 542 61 57
Binary 10110100 111110 1001010 0 1000010 111011 11101 101100010 110001 101111

Color Harmonies of #B43E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E4A

Black with #B43E4A

Text Example


Text Example

White with #B43E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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