Html Css Color HEX #B42353 Old Rose

📋 copy color: '#B42353'

red 180 ◦ green 35 ◦ blue 83

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

Shades of Old Rose #B42353

Tints of Old Rose #B42353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 60.4%
G = 11.74%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42353 (or 0xB42353) is known color: Old Rose. HEX triplet: B4, 23 and 53. RGB value is (180,35,83). Sum of RGB (Red+Green+Blue) = 180+35+83=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B42353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42353 is #4BDCAC. Grayscale: #535353. Windows color (decimal): -4971693 or 5448628. OLE color: 5448628.

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

Color convert

RGB 180 35 83 -
CMYK 0 0.81 0.54 0.29
HSL 340.14º 0.67% 0.42% -
HSV(B) 340.14º 0.81% 0.71% -
XYZ 20.98 11.53 9.3 -
YUV 83.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 180 35 83 0 0.81 0.54 0.29 340.14 0.67 0.42
Hex B4 23 53 0 51 36 1D 154 43 2A
Octal 264 43 123 0 121 66 35 524 103 52
Binary 10110100 100011 1010011 0 1010001 110110 11101 101010100 1000011 101010

Color Harmonies of #B42353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42353

Black with #B42353

Text Example


Text Example

White with #B42353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42353; }

 p { color: rgb(180,35,83); }

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

background-color css

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

 a { background-color: rgb(180,35,83); }

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

border-color css

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

 span { border-color: rgb(180,35,83); }

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