Html Css Color HEX #B4354A Old Rose

📋 copy color: '#B4354A'

red 180 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #B4354A

Tints of Old Rose #B4354A

RGB

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

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

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

R = 58.63%
G = 17.26%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4354A (or 0xB4354A) is known color: Old Rose. HEX triplet: B4, 35 and 4A. RGB value is (180,53,74). Sum of RGB (Red+Green+Blue) = 180+53+74=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4354A is #4BCAB5. Grayscale: #5D5D5D. Windows color (decimal): -4967094 or 4863412. OLE color: 4863412.

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

Color convert

RGB 180 53 74 -
CMYK 0 0.71 0.59 0.29
HSL 350.08º 0.55% 0.46% -
HSV(B) 350.08º 0.71% 0.71% -
XYZ 21.33 12.74 7.81 -
YUV 93.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 180 53 74 0 0.71 0.59 0.29 350.08 0.55 0.46
Hex B4 35 4A 0 47 3B 1D 15E 37 2E
Octal 264 65 112 0 107 73 35 536 67 56
Binary 10110100 110101 1001010 0 1000111 111011 11101 101011110 110111 101110

Color Harmonies of #B4354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4354A

Black with #B4354A

Text Example


Text Example

White with #B4354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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