#B83343

Color #B83343 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B83343

Tints of Old Rose #B83343

Color information

#B83343 (or 0xB83343) is unknown color: approx Old Rose. HEX triplet: B8, 33 and 43. RGB value is (184,51,67). Sum of RGB (Red+Green+Blue) = 184+51+67=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83343 is #47CCBC. Grayscale: #5C5C5C. Windows color (decimal): -4705469 or 4404152. OLE color: 4404152.

HSL color Cylindrical-coordinate representation of color #B83343: hue angle of 352.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83343 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1845167-
CMYK00.720.640.28
HSL352.78º56.6%46.08%-
HSV(B)352.78º72.28%72.16%-
XYZ21.9612.966.65-
YUV92.59113.56193.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=60.93%
G=16.89%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184516700.720.640.28352.7856.646.08
HexB83343048401C161392e
Octal270631030110100345417156
Binary10111000110011100001101001000100000011100101100001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83343; }

 p { color: rgb(184,51,67); }

 H1.HeaderClassName
 {
   color: #B83343;
 }
 .AnyTagClassName
 {
   color: #B83343;
 }
</style>
background-color css

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

 a { background-color: rgb(184,51,67); }

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

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

 span { border-color: rgb(184,51,67); }

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