Html Css Color HEX #B43345 Old Rose

📋 copy color: '#B43345'

red 180 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B43345

Tints of Old Rose #B43345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 60%
G = 17%
B = 23%

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

#B43345 (or 0xB43345) is known color: Old Rose. HEX triplet: B4, 33 and 45. RGB value is (180,51,69). Sum of RGB (Red+Green+Blue) = 180+51+69=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B43345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43345 is #4BCCBA. Grayscale: #5B5B5B. Windows color (decimal): -4967611 or 4535220. OLE color: 4535220.

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

Color convert

RGB 180 51 69 -
CMYK 0 0.72 0.62 0.29
HSL 351.63º 0.56% 0.45% -
HSV(B) 351.63º 0.72% 0.71% -
XYZ 21.08 12.5 6.93 -
YUV 91.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 180 51 69 0 0.72 0.62 0.29 351.63 0.56 0.45
Hex B4 33 45 0 48 3E 1D 160 38 2D
Octal 264 63 105 0 110 76 35 540 70 55
Binary 10110100 110011 1000101 0 1001000 111110 11101 101100000 111000 101101

Color Harmonies of #B43345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43345

Black with #B43345

Text Example


Text Example

White with #B43345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43345; }

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

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

background-color css

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

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

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

border-color css

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

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

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