Html Css Color HEX #B43844 Old Rose

📋 copy color: '#B43844'

red 180 ◦ green 56 ◦ blue 68

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

Shades of Old Rose #B43844

Tints of Old Rose #B43844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 59.21%
G = 18.42%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43844 (or 0xB43844) is known color: Old Rose. HEX triplet: B4, 38 and 44. RGB value is (180,56,68). Sum of RGB (Red+Green+Blue) = 180+56+68=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B43844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43844 is #4BC7BB. Grayscale: #5E5E5E. Windows color (decimal): -4966332 or 4470964. OLE color: 4470964.

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

Color convert

RGB 180 56 68 -
CMYK 0 0.69 0.62 0.29
HSL 354.19º 0.53% 0.46% -
HSV(B) 354.19º 0.69% 0.71% -
XYZ 21.28 12.95 6.85 -
YUV 94.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 180 56 68 0 0.69 0.62 0.29 354.19 0.53 0.46
Hex B4 38 44 0 45 3E 1D 162 35 2E
Octal 264 70 104 0 105 76 35 542 65 56
Binary 10110100 111000 1000100 0 1000101 111110 11101 101100010 110101 101110

Color Harmonies of #B43844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43844

Black with #B43844

Text Example


Text Example

White with #B43844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43844; }

 p { color: rgb(180,56,68); }

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

background-color css

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

 a { background-color: rgb(180,56,68); }

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

border-color css

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

 span { border-color: rgb(180,56,68); }

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