Html Css Color HEX #B63F45 Old Rose

📋 copy color: '#B63F45'

red 182 ◦ green 63 ◦ blue 69

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

Shades of Old Rose #B63F45

Tints of Old Rose #B63F45

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

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

R = 57.96%
G = 20.06%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63F45 (or 0xB63F45) is known color: Old Rose. HEX triplet: B6, 3F and 45. RGB value is (182,63,69). Sum of RGB (Red+Green+Blue) = 182+63+69=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F45 is #49C0BA. Grayscale: #636363. Windows color (decimal): -4833467 or 4538294. OLE color: 4538294.

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

Color convert

RGB 182 63 69 -
CMYK 0 0.65 0.62 0.29
HSL 356.97º 0.49% 0.48% -
HSV(B) 356.97º 0.65% 0.71% -
XYZ 22.14 13.93 7.15 -
YUV 99.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 182 63 69 0 0.65 0.62 0.29 356.97 0.49 0.48
Hex B6 3F 45 0 41 3E 1D 165 31 30
Octal 266 77 105 0 101 76 35 545 61 60
Binary 10110110 111111 1000101 0 1000001 111110 11101 101100101 110001 110000

Color Harmonies of #B63F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F45

Black with #B63F45

Text Example


Text Example

White with #B63F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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