Html Css Color HEX #B43642 Old Rose

📋 copy color: '#B43642'

red 180 ◦ green 54 ◦ blue 66

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

Shades of Old Rose #B43642

Tints of Old Rose #B43642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 60%
G = 18%
B = 22%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B43642 (or 0xB43642) is known color: Old Rose. HEX triplet: B4, 36 and 42. RGB value is (180,54,66). Sum of RGB (Red+Green+Blue) = 180+54+66=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B43642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43642 is #4BC9BD. Grayscale: #5D5D5D. Windows color (decimal): -4966846 or 4339380. OLE color: 4339380.

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

Color convert

RGB 180 54 66 -
CMYK 0 0.7 0.63 0.29
HSL 354.29º 0.54% 0.46% -
HSV(B) 354.29º 0.7% 0.71% -
XYZ 21.12 12.73 6.5 -
YUV 93.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 180 54 66 0 0.7 0.63 0.29 354.29 0.54 0.46
Hex B4 36 42 0 46 3F 1D 162 36 2E
Octal 264 66 102 0 106 77 35 542 66 56
Binary 10110100 110110 1000010 0 1000110 111111 11101 101100010 110110 101110

Color Harmonies of #B43642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43642

Black with #B43642

Text Example


Text Example

White with #B43642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43642; }

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

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

background-color css

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

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

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

border-color css

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

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

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