Html Css Color HEX #B43344 Old Rose

📋 copy color: '#B43344'

red 180 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B43344

Tints of Old Rose #B43344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 60.2%
G = 17.06%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43344 (or 0xB43344) is known color: Old Rose. HEX triplet: B4, 33 and 44. RGB value is (180,51,68). Sum of RGB (Red+Green+Blue) = 180+51+68=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43344 is #4BCCBB. Grayscale: #5B5B5B. Windows color (decimal): -4967612 or 4469684. OLE color: 4469684.

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

Color convert

RGB 180 51 68 -
CMYK 0 0.72 0.62 0.29
HSL 352.09º 0.56% 0.45% -
HSV(B) 352.09º 0.72% 0.71% -
XYZ 21.05 12.49 6.77 -
YUV 91.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 180 51 68 0 0.72 0.62 0.29 352.09 0.56 0.45
Hex B4 33 44 0 48 3E 1D 160 38 2D
Octal 264 63 104 0 110 76 35 540 70 55
Binary 10110100 110011 1000100 0 1001000 111110 11101 101100000 111000 101101

Color Harmonies of #B43344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43344

Black with #B43344

Text Example


Text Example

White with #B43344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43344; }

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

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

background-color css

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

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

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

border-color css

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

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

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