Html Css Color HEX #B63545 Old Rose

📋 copy color: '#B63545'

red 182 ◦ green 53 ◦ blue 69

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

Shades of Old Rose #B63545

Tints of Old Rose #B63545

RGB

 RED value IS 182 (71.48% from 255) = 59.87%

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 59.87%
G = 17.43%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63545 (or 0xB63545) is known color: Old Rose. HEX triplet: B6, 35 and 45. RGB value is (182,53,69). Sum of RGB (Red+Green+Blue) = 182+53+69=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63545 is #49CABA. Grayscale: #5D5D5D. Windows color (decimal): -4836027 or 4535734. OLE color: 4535734.

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

Color convert

RGB 182 53 69 -
CMYK 0 0.71 0.62 0.29
HSL 352.56º 0.55% 0.46% -
HSV(B) 352.56º 0.71% 0.71% -
XYZ 21.64 12.92 6.98 -
YUV 93.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 182 53 69 0 0.71 0.62 0.29 352.56 0.55 0.46
Hex B6 35 45 0 47 3E 1D 161 37 2E
Octal 266 65 105 0 107 76 35 541 67 56
Binary 10110110 110101 1000101 0 1000111 111110 11101 101100001 110111 101110

Color Harmonies of #B63545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63545

Black with #B63545

Text Example


Text Example

White with #B63545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63545; }

 p { color: rgb(182,53,69); }

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

background-color css

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

 a { background-color: rgb(182,53,69); }

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

border-color css

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

 span { border-color: rgb(182,53,69); }

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