Html Css Color HEX #B43B44 Old Rose

📋 copy color: '#B43B44'

red 180 ◦ green 59 ◦ blue 68

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

Shades of Old Rose #B43B44

Tints of Old Rose #B43B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 58.63%
G = 19.22%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43B44 (or 0xB43B44) is known color: Old Rose. HEX triplet: B4, 3B and 44. RGB value is (180,59,68). Sum of RGB (Red+Green+Blue) = 180+59+68=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B44 is #4BC4BB. Grayscale: #606060. Windows color (decimal): -4965564 or 4471732. OLE color: 4471732.

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

Color convert

RGB 180 59 68 -
CMYK 0 0.67 0.62 0.29
HSL 355.54º 0.51% 0.47% -
HSV(B) 355.54º 0.67% 0.71% -
XYZ 21.43 13.25 6.9 -
YUV 96.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 180 59 68 0 0.67 0.62 0.29 355.54 0.51 0.47
Hex B4 3B 44 0 43 3E 1D 164 33 2F
Octal 264 73 104 0 103 76 35 544 63 57
Binary 10110100 111011 1000100 0 1000011 111110 11101 101100100 110011 101111

Color Harmonies of #B43B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B44

Black with #B43B44

Text Example


Text Example

White with #B43B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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