Html Css Color HEX #B43542 Old Rose

📋 copy color: '#B43542'

red 180 ◦ green 53 ◦ blue 66

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

Shades of Old Rose #B43542

Tints of Old Rose #B43542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 60.2%
G = 17.73%
B = 22.07%

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

#B43542 (or 0xB43542) is known color: Old Rose. HEX triplet: B4, 35 and 42. RGB value is (180,53,66). Sum of RGB (Red+Green+Blue) = 180+53+66=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43542 is #4BCABD. Grayscale: #5C5C5C. Windows color (decimal): -4967102 or 4339124. OLE color: 4339124.

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

Color convert

RGB 180 53 66 -
CMYK 0 0.71 0.63 0.29
HSL 353.86º 0.55% 0.46% -
HSV(B) 353.86º 0.71% 0.71% -
XYZ 21.08 12.64 6.48 -
YUV 92.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 180 53 66 0 0.71 0.63 0.29 353.86 0.55 0.46
Hex B4 35 42 0 47 3F 1D 162 37 2E
Octal 264 65 102 0 107 77 35 542 67 56
Binary 10110100 110101 1000010 0 1000111 111111 11101 101100010 110111 101110

Color Harmonies of #B43542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43542

Black with #B43542

Text Example


Text Example

White with #B43542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43542; }

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

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

background-color css

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

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

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

border-color css

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

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

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