Html Css Color HEX #B43441 Old Rose

📋 copy color: '#B43441'

red 180 ◦ green 52 ◦ blue 65

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

Shades of Old Rose #B43441

Tints of Old Rose #B43441

RGB

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

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

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

R = 60.61%
G = 17.51%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B43441 (or 0xB43441) is known color: Old Rose. HEX triplet: B4, 34 and 41. RGB value is (180,52,65). Sum of RGB (Red+Green+Blue) = 180+52+65=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43441 is #4BCBBE. Grayscale: #5B5B5B. Windows color (decimal): -4967359 or 4273332. OLE color: 4273332.

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

Color convert

RGB 180 52 65 -
CMYK 0 0.71 0.64 0.29
HSL 353.91º 0.55% 0.45% -
HSV(B) 353.91º 0.71% 0.71% -
XYZ 21 12.54 6.31 -
YUV 91.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 180 52 65 0 0.71 0.64 0.29 353.91 0.55 0.45
Hex B4 34 41 0 47 40 1D 162 37 2D
Octal 264 64 101 0 107 100 35 542 67 55
Binary 10110100 110100 1000001 0 1000111 1000000 11101 101100010 110111 101101

Color Harmonies of #B43441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43441

Black with #B43441

Text Example


Text Example

White with #B43441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43441; }

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

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

background-color css

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

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

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

border-color css

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

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

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