Html Css Color HEX #B43742 Old Rose

📋 copy color: '#B43742'

red 180 ◦ green 55 ◦ blue 66

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

Shades of Old Rose #B43742

Tints of Old Rose #B43742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 59.8%
G = 18.27%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B43742 (or 0xB43742) is known color: Old Rose. HEX triplet: B4, 37 and 42. RGB value is (180,55,66). Sum of RGB (Red+Green+Blue) = 180+55+66=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43742 is #4BC8BD. Grayscale: #5D5D5D. Windows color (decimal): -4966590 or 4339636. OLE color: 4339636.

HSL color Cylindrical-coordinate representation of color #B43742: hue angle of 354.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43742 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 66 -
CMYK 0 0.69 0.63 0.29
HSL 354.72º 0.53% 0.46% -
HSV(B) 354.72º 0.69% 0.71% -
XYZ 21.17 12.83 6.51 -
YUV 93.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 180 55 66 0 0.69 0.63 0.29 354.72 0.53 0.46
Hex B4 37 42 0 45 3F 1D 163 35 2E
Octal 264 67 102 0 105 77 35 543 65 56
Binary 10110100 110111 1000010 0 1000101 111111 11101 101100011 110101 101110

Color Harmonies of #B43742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43742

Black with #B43742

Text Example


Text Example

White with #B43742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43742; }

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

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

background-color css

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

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

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

border-color css

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

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

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