Html Css Color HEX #B43041 Old Rose

📋 copy color: '#B43041'

red 180 ◦ green 48 ◦ blue 65

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

Shades of Old Rose #B43041

Tints of Old Rose #B43041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 61.43%
G = 16.38%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43041 (or 0xB43041) is known color: Old Rose. HEX triplet: B4, 30 and 41. RGB value is (180,48,65). Sum of RGB (Red+Green+Blue) = 180+48+65=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43041 is #4BCFBE. Grayscale: #595959. Windows color (decimal): -4968383 or 4272308. OLE color: 4272308.

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

Color convert

RGB 180 48 65 -
CMYK 0 0.73 0.64 0.29
HSL 352.27º 0.58% 0.45% -
HSV(B) 352.27º 0.73% 0.71% -
XYZ 20.83 12.2 6.26 -
YUV 89.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 180 48 65 0 0.73 0.64 0.29 352.27 0.58 0.45
Hex B4 30 41 0 49 40 1D 160 3A 2D
Octal 264 60 101 0 111 100 35 540 72 55
Binary 10110100 110000 1000001 0 1001001 1000000 11101 101100000 111010 101101

Color Harmonies of #B43041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43041

Black with #B43041

Text Example


Text Example

White with #B43041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43041; }

 p { color: rgb(180,48,65); }

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

background-color css

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

 a { background-color: rgb(180,48,65); }

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

border-color css

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

 span { border-color: rgb(180,48,65); }

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