Html Css Color HEX #B43442 Old Rose

📋 copy color: '#B43442'

red 180 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #B43442

Tints of Old Rose #B43442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 60.4%
G = 17.45%
B = 22.15%

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

#B43442 (or 0xB43442) is known color: Old Rose. HEX triplet: B4, 34 and 42. RGB value is (180,52,66). Sum of RGB (Red+Green+Blue) = 180+52+66=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B43442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43442 is #4BCBBD. Grayscale: #5B5B5B. Windows color (decimal): -4967358 or 4338868. OLE color: 4338868.

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

Color convert

RGB 180 52 66 -
CMYK 0 0.71 0.63 0.29
HSL 353.44º 0.55% 0.45% -
HSV(B) 353.44º 0.71% 0.71% -
XYZ 21.03 12.55 6.47 -
YUV 91.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 180 52 66 0 0.71 0.63 0.29 353.44 0.55 0.45
Hex B4 34 42 0 47 3F 1D 161 37 2D
Octal 264 64 102 0 107 77 35 541 67 55
Binary 10110100 110100 1000010 0 1000111 111111 11101 101100001 110111 101101

Color Harmonies of #B43442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43442

Black with #B43442

Text Example


Text Example

White with #B43442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43442; }

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

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

background-color css

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

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

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

border-color css

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

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

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